Html Css Color HEX #CAC06C Dark Khaki

📋 copy color: '#CAC06C'

red 202 ◦ green 192 ◦ blue 108

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

Shades of Dark Khaki #CAC06C

Tints of Dark Khaki #CAC06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.51%

R = 40.24%
G = 38.25%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CAC06C (or 0xCAC06C) is known color: Dark Khaki. HEX triplet: CA, C0 and 6C. RGB value is (202,192,108). Sum of RGB (Red+Green+Blue) = 202+192+108=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC06C is #353F93. Grayscale: #B9B9B9. Windows color (decimal): -3489684 or 7127242. OLE color: 7127242.

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

Color convert

RGB 202 192 108 -
CMYK 0 0.05 0.47 0.21
HSL 53.62º 0.47% 0.61% -
HSV(B) 53.62º 0.47% 0.79% -
XYZ 45.91 51.34 21.68 -
YUV 185.41 84.31 139.83 -
System Red Green Blue C M Y K H S L
Decimal 202 192 108 0 0.05 0.47 0.21 53.62 0.47 0.61
Hex CA C0 6C 0 5 2F 15 36 2F 3D
Octal 312 300 154 0 5 57 25 66 57 75
Binary 11001010 11000000 1101100 0 101 101111 10101 110110 101111 111101

Color Harmonies of #CAC06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC06C

Black with #CAC06C

Text Example


Text Example

White with #CAC06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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