#C53E66

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

Shades of Cabaret #C53E66

Tints of Cabaret #C53E66

Color information

#C53E66 (or 0xC53E66) is unknown color: approx Cabaret. HEX triplet: C5, 3E and 66. RGB value is (197,62,102). Sum of RGB (Red+Green+Blue) = 197+62+102=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53E66 is #3AC199. Grayscale: #6A6A6A. Windows color (decimal): -3850650 or 6700741. OLE color: 6700741.

HSL color Cylindrical-coordinate representation of color #C53E66: hue angle of 342.22º 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 #C53E66 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB19762102-
CMYK00.690.480.23
HSL342.22º53.78%50.78%-
HSV(B)342.22º68.53%77.25%-
XYZ27.1516.2714.28-
YUV106.92125.23192.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.57%
GREEN value IS 62 (24.61% from 255) = 17.17%
BLUE value IS 102 (40.23% from 255) = 28.25%
R=54.57%
G=17.17%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976210200.690.480.23342.2253.7850.78
HexC53E6604530171563633
Octal30576146010560275266663
Binary1100010111111011001100100010111000010111101010110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53E66; }

 p { color: rgb(197,62,102); }

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

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

 a { background-color: rgb(197,62,102); }

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

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

 span { border-color: rgb(197,62,102); }

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