#CABC57

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

Shades of Tacha #CABC57

Tints of Tacha #CABC57

Color information

#CABC57 (or 0xCABC57) is unknown color: approx Tacha. HEX triplet: CA, BC and 57. RGB value is (202,188,87). Sum of RGB (Red+Green+Blue) = 202+188+87=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 87 (34.38% from 255 or 18.24% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABC57 is #3543A8. Grayscale: #B5B5B5. Windows color (decimal): -3490729 or 5749962. OLE color: 5749962.

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

Color convert

RGB20218887-
CMYK00.070.570.21
HSL52.7º52.04%56.67%-
HSV(B)52.7º56.93%79.22%-
XYZ44.0649.2116.19-
YUV180.6775.14143.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 188 (73.83% from 255) = 39.41%
BLUE value IS 87 (34.38% from 255) = 18.24%
R=42.35%
G=39.41%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021888700.070.570.2152.752.0456.67
HexCABC57073915353439
Octal312274127077125656471
Binary11001010101111001010111011111100110101110101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC57; }

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

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

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

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

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

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

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

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