#CAB857

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

Shades of Tacha #CAB857

Tints of Tacha #CAB857

Color information

#CAB857 (or 0xCAB857) is unknown color: approx Tacha. HEX triplet: CA, B8 and 57. RGB value is (202,184,87). Sum of RGB (Red+Green+Blue) = 202+184+87=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 87 (34.38% from 255 or 18.39% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB857 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB857 is #3547A8. Grayscale: #B2B2B2. Windows color (decimal): -3491753 or 5748938. OLE color: 5748938.

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

Color convert

RGB20218487-
CMYK00.090.570.21
HSL50.61º52.04%56.67%-
HSV(B)50.61º56.93%79.22%-
XYZ43.2247.5315.91-
YUV178.3276.46144.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 184 (72.27% from 255) = 38.90%
BLUE value IS 87 (34.38% from 255) = 18.39%
R=42.71%
G=38.90%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021848700.090.570.2150.6152.0456.67
HexCAB857093915333439
Octal3122701270117125636471
Binary110010101011100010101110100111100110101110011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB857; }

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

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

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

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

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

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

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

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