#CAB56A

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

Shades of Tacha #CAB56A

Tints of Tacha #CAB56A

Color information

#CAB56A (or 0xCAB56A) is unknown color: approx Tacha. HEX triplet: CA, B5 and 6A. RGB value is (202,181,106). Sum of RGB (Red+Green+Blue) = 202+181+106=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB56A is #354A95. Grayscale: #B3B3B3. Windows color (decimal): -3492502 or 6993354. OLE color: 6993354.

HSL color Cylindrical-coordinate representation of color #CAB56A: hue angle of 46.88º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CAB56A is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB202181106-
CMYK00.100.480.21
HSL46.88º47.52%60.39%-
HSV(B)46.88º47.52%79.22%-
XYZ43.4846.6420.35-
YUV178.7386.96144.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.31%
GREEN value IS 181 (71.09% from 255) = 37.01%
BLUE value IS 106 (41.80% from 255) = 21.68%
R=41.31%
G=37.01%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218110600.100.480.2146.8847.5260.39
HexCAB56A0A30152f303c
Octal3122651520126025576074
Binary110010101011010111010100101011000010101101111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB56A; }

 p { color: rgb(202,181,106); }

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

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

 a { background-color: rgb(202,181,106); }

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

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

 span { border-color: rgb(202,181,106); }

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