Html Css Color HEX #CAC06B Dark Khaki

📋 copy color: '#CAC06B'

red 202 ◦ green 192 ◦ blue 107

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

Shades of Dark Khaki #CAC06B

Tints of Dark Khaki #CAC06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.36%

R = 40.32%
G = 38.32%
B = 21.36%

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

#CAC06B (or 0xCAC06B) is known color: Dark Khaki. HEX triplet: CA, C0 and 6B. RGB value is (202,192,107). Sum of RGB (Red+Green+Blue) = 202+192+107=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 107 (42.19% from 255 or 21.36% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC06B is #353F94. Grayscale: #B9B9B9. Windows color (decimal): -3489685 or 7061706. OLE color: 7061706.

HSL color Cylindrical-coordinate representation of color #CAC06B: hue angle of 53.68º 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 #CAC06B is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 192 107 -
CMYK 0 0.05 0.47 0.21
HSL 53.68º 0.47% 0.61% -
HSV(B) 53.68º 0.47% 0.79% -
XYZ 45.86 51.32 21.4 -
YUV 185.3 83.81 139.91 -
System Red Green Blue C M Y K H S L
Decimal 202 192 107 0 0.05 0.47 0.21 53.68 0.47 0.61
Hex CA C0 6B 0 5 2F 15 36 2F 3D
Octal 312 300 153 0 5 57 25 66 57 75
Binary 11001010 11000000 1101011 0 101 101111 10101 110110 101111 111101

Color Harmonies of #CAC06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC06B

Black with #CAC06B

Text Example


Text Example

White with #CAC06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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