#C53F60

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

Shades of Cabaret #C53F60

Tints of Cabaret #C53F60

Color information

#C53F60 (or 0xC53F60) is unknown color: approx Cabaret. HEX triplet: C5, 3F and 60. RGB value is (197,63,96). Sum of RGB (Red+Green+Blue) = 197+63+96=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53F60 is #3AC09F. Grayscale: #6A6A6A. Windows color (decimal): -3850400 or 6307781. OLE color: 6307781.

HSL color Cylindrical-coordinate representation of color #C53F60: hue angle of 345.22º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C53F60 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB1976396-
CMYK00.680.510.23
HSL345.22º53.6%50.98%-
HSV(B)345.22º68.02%77.25%-
XYZ26.9116.2712.79-
YUV106.83121.89192.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.34%
GREEN value IS 63 (25% from 255) = 17.70%
BLUE value IS 96 (37.89% from 255) = 26.97%
R=55.34%
G=17.70%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197639600.680.510.23345.2253.650.98
HexC53F6004433171593633
Octal30577140010463275316663
Binary1100010111111111000000100010011001110111101011001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53F60; }

 p { color: rgb(197,63,96); }

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

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

 a { background-color: rgb(197,63,96); }

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

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

 span { border-color: rgb(197,63,96); }

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