#CABC52

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

Shades of Tacha #CABC52

Tints of Tacha #CABC52

Color information

#CABC52 (or 0xCABC52) is unknown color: approx Tacha. HEX triplet: CA, BC and 52. RGB value is (202,188,82). Sum of RGB (Red+Green+Blue) = 202+188+82=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABC52 is #3543AD. Grayscale: #B4B4B4. Windows color (decimal): -3490734 or 5422282. OLE color: 5422282.

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

Color convert

RGB20218882-
CMYK00.070.590.21
HSL53º53.1%55.69%-
HSV(B)53º59.41%79.22%-
XYZ43.8649.1315.15-
YUV180.172.64143.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 188 (73.83% from 255) = 39.83%
BLUE value IS 82 (32.42% from 255) = 17.37%
R=42.80%
G=39.83%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021888200.070.590.215353.155.69
HexCABC52073B15353538
Octal312274122077325656570
Binary11001010101111001010010011111101110101110101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC52; }

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

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

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

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

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

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

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

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