#CAB456

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

Shades of Tacha #CAB456

Tints of Tacha #CAB456

Color information

#CAB456 (or 0xCAB456) is unknown color: approx Tacha. HEX triplet: CA, B4 and 56. RGB value is (202,180,86). Sum of RGB (Red+Green+Blue) = 202+180+86=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB456 is #354BA9. Grayscale: #B0B0B0. Windows color (decimal): -3492778 or 5682378. OLE color: 5682378.

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

Color convert

RGB20218086-
CMYK00.110.570.21
HSL48.62º52.25%56.47%-
HSV(B)48.62º57.43%79.22%-
XYZ42.3645.8715.43-
YUV175.8677.29146.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 180 (70.70% from 255) = 38.46%
BLUE value IS 86 (33.98% from 255) = 18.38%
R=43.16%
G=38.46%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021808600.110.570.2148.6252.2556.47
HexCAB4560B3915313438
Octal3122641260137125616470
Binary110010101011010010101100101111100110101110001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB456; }

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

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

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

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

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

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

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

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