#CABC6F

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

Shades of Dark Khaki #CABC6F

Tints of Dark Khaki #CABC6F

Color information

#CABC6F (or 0xCABC6F) is unknown color: approx Dark Khaki. HEX triplet: CA, BC and 6F. RGB value is (202,188,111). Sum of RGB (Red+Green+Blue) = 202+188+111=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABC6F is #354390. Grayscale: #B7B7B7. Windows color (decimal): -3490705 or 7322826. OLE color: 7322826.

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

Color convert

RGB202188111-
CMYK00.070.450.21
HSL50.77º46.19%61.37%-
HSV(B)50.77º45.05%79.22%-
XYZ45.2149.6722.24-
YUV183.4187.14141.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 188 (73.83% from 255) = 37.52%
BLUE value IS 111 (43.75% from 255) = 22.16%
R=40.32%
G=37.52%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218811100.070.450.2150.7746.1961.37
HexCABC6F072D15332e3d
Octal312274157075525635675
Binary11001010101111001101111011110110110101110011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC6F; }

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

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

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

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

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

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

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

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