Html Css Color HEX #CAC070 Dark Khaki

📋 copy color: '#CAC070'

red 202 ◦ green 192 ◦ blue 112

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

Shades of Dark Khaki #CAC070

Tints of Dark Khaki #CAC070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.13%

R = 39.92%
G = 37.94%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CAC070 (or 0xCAC070) is known color: Dark Khaki. HEX triplet: CA, C0 and 70. RGB value is (202,192,112). Sum of RGB (Red+Green+Blue) = 202+192+112=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC070 is #353F8F. Grayscale: #BABABA. Windows color (decimal): -3489680 or 7389386. OLE color: 7389386.

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

Color convert

RGB 202 192 112 -
CMYK 0 0.05 0.45 0.21
HSL 53.33º 0.46% 0.62% -
HSV(B) 53.33º 0.45% 0.79% -
XYZ 46.13 51.43 22.82 -
YUV 185.87 86.31 139.5 -
System Red Green Blue C M Y K H S L
Decimal 202 192 112 0 0.05 0.45 0.21 53.33 0.46 0.62
Hex CA C0 70 0 5 2D 15 35 2E 3E
Octal 312 300 160 0 5 55 25 65 56 76
Binary 11001010 11000000 1110000 0 101 101101 10101 110101 101110 111110

Color Harmonies of #CAC070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC070

Black with #CAC070

Text Example


Text Example

White with #CAC070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC070; }

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

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

background-color css

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

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

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

border-color css

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

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

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