#CABA70

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

Shades of Dark Khaki #CABA70

Tints of Dark Khaki #CABA70

Color information

#CABA70 (or 0xCABA70) is unknown color: approx Dark Khaki. HEX triplet: CA, BA and 70. RGB value is (202,186,112). Sum of RGB (Red+Green+Blue) = 202+186+112=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA70 is #35458F. Grayscale: #B6B6B6. Windows color (decimal): -3491216 or 7387850. OLE color: 7387850.

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

Color convert

RGB202186112-
CMYK00.080.450.21
HSL49.33º45.92%61.57%-
HSV(B)49.33º44.55%79.22%-
XYZ44.8448.8422.39-
YUV182.3588.3142.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.4%
GREEN value IS 186 (73.05% from 255) = 37.2%
BLUE value IS 112 (44.14% from 255) = 22.4%
R=40.4%
G=37.2%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218611200.080.450.2149.3345.9261.57
HexCABA70082D15312e3e
Octal3122721600105525615676
Binary110010101011101011100000100010110110101110001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA70; }

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

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

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

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

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

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

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

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