#CABC56

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

Shades of Tacha #CABC56

Tints of Tacha #CABC56

Color information

#CABC56 (or 0xCABC56) is unknown color: approx Tacha. HEX triplet: CA, BC and 56. RGB value is (202,188,86). Sum of RGB (Red+Green+Blue) = 202+188+86=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 86 (33.98% from 255 or 18.07% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABC56 is #3543A9. Grayscale: #B4B4B4. Windows color (decimal): -3490730 or 5684426. OLE color: 5684426.

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

Color convert

RGB20218886-
CMYK00.070.570.21
HSL52.76º52.25%56.47%-
HSV(B)52.76º57.43%79.22%-
XYZ44.0249.1915.98-
YUV180.5674.64143.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.44%
GREEN value IS 188 (73.83% from 255) = 39.50%
BLUE value IS 86 (33.98% from 255) = 18.07%
R=42.44%
G=39.50%
B=18.07%

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
Decimal2021888600.070.570.2152.7652.2556.47
HexCABC56073915353438
Octal312274126077125656470
Binary11001010101111001010110011111100110101110101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC56; }

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

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

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

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

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

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

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

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