Html Css Color HEX #CAC06A Dark Khaki

📋 copy color: '#CAC06A'

red 202 ◦ green 192 ◦ blue 106

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

Shades of Dark Khaki #CAC06A

Tints of Dark Khaki #CAC06A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.4%

 BLUE value IS 106 (41.8% from 255) = 21.2%

R = 40.4%
G = 38.4%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CAC06A (or 0xCAC06A) is known color: Dark Khaki. HEX triplet: CA, C0 and 6A. RGB value is (202,192,106). Sum of RGB (Red+Green+Blue) = 202+192+106=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 106 (41.80% from 255 or 21.2% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC06A is #353F95. Grayscale: #B9B9B9. Windows color (decimal): -3489686 or 6996170. OLE color: 6996170.

HSL color Cylindrical-coordinate representation of color #CAC06A: hue angle of 53.75º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CAC06A is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 192 106 -
CMYK 0 0.05 0.48 0.21
HSL 53.75º 0.48% 0.6% -
HSV(B) 53.75º 0.48% 0.79% -
XYZ 45.81 51.3 21.12 -
YUV 185.19 83.31 139.99 -
System Red Green Blue C M Y K H S L
Decimal 202 192 106 0 0.05 0.48 0.21 53.75 0.48 0.6
Hex CA C0 6A 0 5 30 15 36 30 3C
Octal 312 300 152 0 5 60 25 66 60 74
Binary 11001010 11000000 1101010 0 101 110000 10101 110110 110000 111100

Color Harmonies of #CAC06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC06A

Black with #CAC06A

Text Example


Text Example

White with #CAC06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC06A; }

 p { color: rgb(202,192,106); }

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

background-color css

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

 a { background-color: rgb(202,192,106); }

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

border-color css

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

 span { border-color: rgb(202,192,106); }

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