Html Css Color HEX #CAC472 Dark Khaki

📋 copy color: '#CAC472'

red 202 ◦ green 196 ◦ blue 114

#CAC472
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #CAC472

Tints of Dark Khaki #CAC472

RGB

 RED value IS 202 (79.3% from 255) = 39.45%

 GREEN value IS 196 (76.95% from 255) = 38.28%

 BLUE value IS 114 (44.92% from 255) = 22.27%

R = 39.45%
G = 38.28%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CAC472 (or 0xCAC472) is known color: Dark Khaki. HEX triplet: CA, C4 and 72. RGB value is (202,196,114). Sum of RGB (Red+Green+Blue) = 202+196+114=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC472 is #353B8D. Grayscale: #BCBCBC. Windows color (decimal): -3488654 or 7521482. OLE color: 7521482.

HSL color Cylindrical-coordinate representation of color #CAC472: hue angle of 55.91º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAC472 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 196 114 -
CMYK 0 0.03 0.44 0.21
HSL 55.91º 0.45% 0.62% -
HSV(B) 55.91º 0.44% 0.79% -
XYZ 47.13 53.25 23.71 -
YUV 188.45 85.99 137.67 -
System Red Green Blue C M Y K H S L
Decimal 202 196 114 0 0.03 0.44 0.21 55.91 0.45 0.62
Hex CA C4 72 0 3 2C 15 38 2D 3E
Octal 312 304 162 0 3 54 25 70 55 76
Binary 11001010 11000100 1110010 0 11 101100 10101 111000 101101 111110

Color Harmonies of #CAC472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC472

Black with #CAC472

Text Example


Text Example

White with #CAC472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC472; }

 p { color: rgb(202,196,114); }

 H1.HeaderClassName
 {
   color: #CAC472;
 }
 .AnyTagClassName
 {
   color: #CAC472;
 }
</style>

background-color css

<style>
 a { background-color: #CAC472; }

 a { background-color: rgb(202,196,114); }

 div.DivClassName
 {
   background-color: #CAC472;
 }
 .BgClassName
 {
   background-color: #CAC472;
 }
</style>

border-color css

<style>
 span { border-color: #CAC472; }

 span { border-color: rgb(202,196,114); }

 td.TdClassName
 {
   border-color: #CAC472;
 }
 .TagClassName
 {
   border-color: #CAC472;
 }
</style>