#C53D60

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

Shades of Cabaret #C53D60

Tints of Cabaret #C53D60

Color information

#C53D60 (or 0xC53D60) is unknown color: approx Cabaret. HEX triplet: C5, 3D and 60. RGB value is (197,61,96). Sum of RGB (Red+Green+Blue) = 197+61+96=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53D60 is #3AC29F. Grayscale: #696969. Windows color (decimal): -3850912 or 6307269. OLE color: 6307269.

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

Color convert

RGB1976196-
CMYK00.690.510.23
HSL344.56º53.97%50.59%-
HSV(B)344.56º69.04%77.25%-
XYZ26.8116.0512.75-
YUV105.65122.56193.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.65%
GREEN value IS 61 (24.22% from 255) = 17.23%
BLUE value IS 96 (37.89% from 255) = 27.12%
R=55.65%
G=17.23%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197619600.690.510.23344.5653.9750.59
HexC53D6004533171593633
Octal30575140010563275316663
Binary1100010111110111000000100010111001110111101011001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53D60; }

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

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

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

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

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

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

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

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