Html Css Color HEX #CABB70 Dark Khaki

📋 copy color: '#CABB70'

red 202 ◦ green 187 ◦ blue 112

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

Shades of Dark Khaki #CABB70

Tints of Dark Khaki #CABB70

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.33%

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

R = 40.32%
G = 37.33%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CABB70 (or 0xCABB70) is known color: Dark Khaki. HEX triplet: CA, BB and 70. RGB value is (202,187,112). Sum of RGB (Red+Green+Blue) = 202+187+112=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB70 is #35448F. Grayscale: #B7B7B7. Windows color (decimal): -3490960 or 7388106. OLE color: 7388106.

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

Color convert

RGB 202 187 112 -
CMYK 0 0.07 0.45 0.21
HSL 50º 0.46% 0.62% -
HSV(B) 50º 0.45% 0.79% -
XYZ 45.05 49.27 22.46 -
YUV 182.94 87.97 141.6 -
System Red Green Blue C M Y K H S L
Decimal 202 187 112 0 0.07 0.45 0.21 50 0.46 0.62
Hex CA BB 70 0 7 2D 15 32 2E 3E
Octal 312 273 160 0 7 55 25 62 56 76
Binary 11001010 10111011 1110000 0 111 101101 10101 110010 101110 111110

Color Harmonies of #CABB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB70

Black with #CABB70

Text Example


Text Example

White with #CABB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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