#CABB71

Color #CABB71 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #CABB71

Tints of Dark Khaki #CABB71

Color information

#CABB71 (or 0xCABB71) is unknown color: approx Dark Khaki. HEX triplet: CA, BB and 71. RGB value is (202,187,113). Sum of RGB (Red+Green+Blue) = 202+187+113=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB71 is #35448E. Grayscale: #B7B7B7. Windows color (decimal): -3490959 or 7453642. OLE color: 7453642.

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

Color convert

RGB202187113-
CMYK00.070.440.21
HSL49.89º45.64%61.76%-
HSV(B)49.89º44.06%79.22%-
XYZ45.1149.2922.76-
YUV183.0588.47141.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 187 (73.44% from 255) = 37.25%
BLUE value IS 113 (44.53% from 255) = 22.51%
R=40.24%
G=37.25%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218711300.070.440.2149.8945.6461.76
HexCABB71072C15322e3e
Octal312273161075425625676
Binary11001010101110111110001011110110010101110010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABB71; }

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

 H1.HeaderClassName
 {
   color: #CABB71;
 }
 .AnyTagClassName
 {
   color: #CABB71;
 }
</style>
background-color css

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

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

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

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

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

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