#cab865

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

Shades of Tacha #CAB865

Tints of Tacha #CAB865

Color information

#CAB865 (or 0xCAB865) is unknown color: approx Tacha. HEX triplet: CA, B8 and 65. RGB value is (202,184,101). Sum of RGB (Red+Green+Blue) = 202+184+101=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB865 is #35479A. Grayscale: #B4B4B4. Windows color (decimal): -3491739 or 6666442. OLE color: 6666442.

HSL color Cylindrical-coordinate representation of color #CAB865: hue angle of 49.31º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAB865 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB202184101-
CMYK00.090.500.21
HSL49.31º48.79%59.41%-
HSV(B)49.31º50%79.22%-
XYZ43.8547.7819.22-
YUV179.9283.46143.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 184 (72.27% from 255) = 37.78%
BLUE value IS 101 (39.84% from 255) = 20.74%
R=41.48%
G=37.78%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218410100.090.500.2149.3148.7959.41
HexCAB86509321531313b
Octal3122701450116225616173
Binary110010101011100011001010100111001010101110001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cab865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cab865; }

 p { color: rgb(202,184,101); }

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

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

 a { background-color: rgb(202,184,101); }

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

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

 span { border-color: rgb(202,184,101); }

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