#CABA57

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

Shades of Tacha #CABA57

Tints of Tacha #CABA57

Color information

#CABA57 (or 0xCABA57) is unknown color: approx Tacha. HEX triplet: CA, BA and 57. RGB value is (202,186,87). Sum of RGB (Red+Green+Blue) = 202+186+87=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 87 (34.38% from 255 or 18.32% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA57 is #3545A8. Grayscale: #B3B3B3. Windows color (decimal): -3491241 or 5749450. OLE color: 5749450.

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

Color convert

RGB20218687-
CMYK00.080.570.21
HSL51.65º52.04%56.67%-
HSV(B)51.65º56.93%79.22%-
XYZ43.6448.3616.05-
YUV179.575.8144.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 186 (73.05% from 255) = 39.16%
BLUE value IS 87 (34.38% from 255) = 18.32%
R=42.53%
G=39.16%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021868700.080.570.2151.6552.0456.67
HexCABA57083915343439
Octal3122721270107125646471
Binary110010101011101010101110100011100110101110100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA57; }

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

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

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

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

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

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

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

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