#C53E68

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

Shades of Cabaret #C53E68

Tints of Cabaret #C53E68

Color information

#C53E68 (or 0xC53E68) is unknown color: approx Cabaret. HEX triplet: C5, 3E and 68. RGB value is (197,62,104). Sum of RGB (Red+Green+Blue) = 197+62+104=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 62 (24.61% from 255 or 17.08% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53E68 is #3AC197. Grayscale: #6B6B6B. Windows color (decimal): -3850648 or 6831813. OLE color: 6831813.

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

Color convert

RGB19762104-
CMYK00.690.470.23
HSL341.33º53.78%50.78%-
HSV(B)341.33º68.53%77.25%-
XYZ27.2516.3214.81-
YUV107.15126.23192.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.27%
GREEN value IS 62 (24.61% from 255) = 17.08%
BLUE value IS 104 (41.02% from 255) = 28.65%
R=54.27%
G=17.08%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976210400.690.470.23341.3353.7850.78
HexC53E680452F171553633
Octal30576150010557275256663
Binary1100010111111011010000100010110111110111101010101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53E68; }

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

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

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

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

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

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

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

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