#CAB556

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

Shades of Tacha #CAB556

Tints of Tacha #CAB556

Color information

#CAB556 (or 0xCAB556) is unknown color: approx Tacha. HEX triplet: CA, B5 and 56. RGB value is (202,181,86). Sum of RGB (Red+Green+Blue) = 202+181+86=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB556 is #354AA9. Grayscale: #B0B0B0. Windows color (decimal): -3492522 or 5682634. OLE color: 5682634.

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

Color convert

RGB20218186-
CMYK00.100.570.21
HSL49.14º52.25%56.47%-
HSV(B)49.14º57.43%79.22%-
XYZ42.5646.2815.49-
YUV176.4576.96146.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 181 (71.09% from 255) = 38.59%
BLUE value IS 86 (33.98% from 255) = 18.34%
R=43.07%
G=38.59%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021818600.100.570.2149.1452.2556.47
HexCAB5560A3915313438
Octal3122651260127125616470
Binary110010101011010110101100101011100110101110001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB556; }

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

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

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

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

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

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

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

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