COLOR #C1AF15

HEX: #C1AF15
RGB: (193,175,21)

Color info

#C1AF15 contains mainly red and green colors. Web safe color of #C1AF15 is #CC9900 (or #C90).

RGB color model

#C1AF15 color RGB value is (193,175,21).

  • red value is 193;
  • green value is 175;
  • blue value is 21.
RGB:
(193,175,21)
(76%,69%,8%)

RGB channels and saturation

R 193 of 255 = 76%
G 175 of 255 = 69%
B 21 of 255 = 8%

193
175
21

R + G + B ~ 51%. #C1AF15 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
193 + 175 + 21 = 389 (100%)
R 193 of 389 ~ 49.61%
G 175 of 389 ~ 44.99%
B 21 of 389 ~ 5.4%

%49.61
%44.99

CMYK color model

#C1AF15 color CMYK value is (0,9,89,24).

  • cyan value is 0.00%
  • magenta value is 9.33%
  • yellow value is 89.12%
  • key color value is 24.31%
CMYK:
(0,9,89,24)
C0M9Y89K24 
(0%,9%,89%,24%)
(0.00/0.09/0.89/0.24)	

CMYK percentages

%0
%9.33
%89.12
%24.31

Codes

Color #C1AF15 in popluar color models

C1AF15
RGB19317521
HSL54°80.37%41.96%
HSB/HSV54°89.12%75.69%
CMYK0.00%9.33%89.12%
24.31%

Color #C1AF15 in popluar number systems.

HEXC1AF15
Decimal19317521
Binary110000011010111110101
Octal30125725

Shades and tints

Shades of #C1AF15

#C1AF15
(193,175,21)
#B0A014
(176,160,20)
#9F9113
(159,145,19)
#8E8212
(142,130,18)
#7D7311
(125,115,17)
#6C6410
(108,100,16)
#5B550F
(91,85,15)
#4A460E
(74,70,14)
#39370D
(57,55,13)
#28280C
(40,40,12)
#17190B
(23,25,11)
#000000
(0,0,0)

Tints of #C1AF15

#C1AF15
(193,175,21)
#C6B62A
(198,182,42)
#CBBD3F
(203,189,63)
#D0C454
(208,196,84)
#D5CB69
(213,203,105)
#DAD27E
(218,210,126)
#DFD993
(223,217,147)
#E4E0A8
(228,224,168)
#E9E7BD
(233,231,189)
#EEEED2
(238,238,210)
#F3F5E7
(243,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1AF15 color. Also use rgb(193,175,21) instead hex code.

Text Font Color

.myTextColor { color: #C1AF15; }

<p style="color:#C1AF15">This sample text font color is #C1AF15.</p>

This text font color is #C1AF15.


Background Color

.myBgColor { background-color: #C1AF15; }

<div style="background-color:#C1AF15">Inner text</div>

This div background color is #C1AF15.


Border color

.myBorderColor { border: 1px solid #C1AF15; }

<div style="border:3px solid #C1AF15">Div</div>

This div border color is #C1AF15.


Opacity

.myOpacity80 { color: #C1AF15; opacity: 0.8; }

<p style="color:#C1AF15;opacity:0.8;">80%</p>

Text with #C1AF15 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C1AF15;}

<p style="text-shadow: 3px 3px 1px #C1AF15">Text here.</p>

This text has shadow with #C1AF15 color.

.textShadow {text-shadow: 3px 3px 1px #C1AF15, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C1AF15, 5px 5px 20px red">Text here.</p>

This text has shadow with #C1AF15 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C1AF15, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C1AF15, Direction=45, Strength=4)">Text</p>

This text has shadow with #C1AF15 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C1AF15;
  -webkit-box-shadow:	1px 1px 3px 2px #C1AF15;
  box-shadow:		1px 1px 3px 2px #C1AF15;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C1AF15;
-webkit-box-shadow: 1px 1px 3px 2px #C1AF15;
box-shadow:1px 1px 3px 2px #C1AF15;">
Div content here</div>
This div box has shadow with color #C1AF15.

Preview

Color preview on black background

This text has color #C1AF15 on black background.


Color preview on white background

This text has color #C1AF15 on white background.



Black color preview on #C1AF15 background

This text has black color on #C1AF15 background.


White color preview on #C1AF15 background

This text has white color on #C1AF15 background.