#CAB358

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

Shades of Tacha #CAB358

Tints of Tacha #CAB358

Color information

#CAB358 (or 0xCAB358) is unknown color: approx Tacha. HEX triplet: CA, B3 and 58. RGB value is (202,179,88). Sum of RGB (Red+Green+Blue) = 202+179+88=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 88 (34.77% from 255 or 18.76% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB358 is #354CA7. Grayscale: #AFAFAF. Windows color (decimal): -3493032 or 5813194. OLE color: 5813194.

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

Color convert

RGB20217988-
CMYK00.110.560.21
HSL47.89º51.82%56.86%-
HSV(B)47.89º56.44%79.22%-
XYZ42.2445.515.79-
YUV175.578.62146.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 179 (70.31% from 255) = 38.17%
BLUE value IS 88 (34.77% from 255) = 18.76%
R=43.07%
G=38.17%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021798800.110.560.2147.8951.8256.86
HexCAB3580B3815303439
Octal3122631300137025606471
Binary110010101011001110110000101111100010101110000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB358; }

 p { color: rgb(202,179,88); }

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

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

 a { background-color: rgb(202,179,88); }

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

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

 span { border-color: rgb(202,179,88); }

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