#CABA71

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

Shades of Dark Khaki #CABA71

Tints of Dark Khaki #CABA71

Color information

#CABA71 (or 0xCABA71) is unknown color: approx Dark Khaki. HEX triplet: CA, BA and 71. RGB value is (202,186,113). Sum of RGB (Red+Green+Blue) = 202+186+113=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA71 is #35458E. Grayscale: #B6B6B6. Windows color (decimal): -3491215 or 7453386. OLE color: 7453386.

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

Color convert

RGB202186113-
CMYK00.080.440.21
HSL49.21º45.64%61.76%-
HSV(B)49.21º44.06%79.22%-
XYZ44.948.8722.69-
YUV182.4688.8141.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 113 (44.53% from 255) = 22.55%
R=40.32%
G=37.13%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218611300.080.440.2149.2145.6461.76
HexCABA71082C15312e3e
Octal3122721610105425615676
Binary110010101011101011100010100010110010101110001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA71; }

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

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

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

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

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

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

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

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