#CABC71

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

Shades of Dark Khaki #CABC71

Tints of Dark Khaki #CABC71

Color information

#CABC71 (or 0xCABC71) is unknown color: approx Dark Khaki. HEX triplet: CA, BC and 71. RGB value is (202,188,113). Sum of RGB (Red+Green+Blue) = 202+188+113=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABC71 is #35438E. Grayscale: #B7B7B7. Windows color (decimal): -3490703 or 7453898. OLE color: 7453898.

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

Color convert

RGB202188113-
CMYK00.070.440.21
HSL50.56º45.64%61.76%-
HSV(B)50.56º44.06%79.22%-
XYZ45.3249.7222.83-
YUV183.6488.14141.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 188 (73.83% from 255) = 37.38%
BLUE value IS 113 (44.53% from 255) = 22.47%
R=40.16%
G=37.38%
B=22.47%

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
Decimal20218811300.070.440.2150.5645.6461.76
HexCABC71072C15332e3e
Octal312274161075425635676
Binary11001010101111001110001011110110010101110011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC71; }

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

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

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

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

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

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

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

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