#CA5078

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

Shades of Cabaret #CA5078

Tints of Cabaret #CA5078

Color information

#CA5078 (or 0xCA5078) is unknown color: approx Cabaret. HEX triplet: CA, 50 and 78. RGB value is (202,80,120). Sum of RGB (Red+Green+Blue) = 202+80+120=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5078 is #35AF87. Grayscale: #787878. Windows color (decimal): -3518344 or 7885002. OLE color: 7885002.

HSL color Cylindrical-coordinate representation of color #CA5078: hue angle of 340.33º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5078 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB20280120-
CMYK00.600.410.21
HSL340.33º53.51%55.29%-
HSV(B)340.33º60.4%79.22%-
XYZ30.6219.6519.95-
YUV121.04127.42185.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.25%
GREEN value IS 80 (31.64% from 255) = 19.90%
BLUE value IS 120 (47.27% from 255) = 29.85%
R=50.25%
G=19.90%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028012000.600.410.21340.3353.5155.29
HexCA507803C29151543637
Octal31212017007451255246667
Binary1100101010100001111000011110010100110101101010100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5078; }

 p { color: rgb(202,80,120); }

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

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

 a { background-color: rgb(202,80,120); }

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

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

 span { border-color: rgb(202,80,120); }

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