#C63E60

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

Shades of Cabaret #C63E60

Tints of Cabaret #C63E60

Color information

#C63E60 (or 0xC63E60) is unknown color: approx Cabaret. HEX triplet: C6, 3E and 60. RGB value is (198,62,96). Sum of RGB (Red+Green+Blue) = 198+62+96=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C63E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63E60 is #39C19F. Grayscale: #6A6A6A. Windows color (decimal): -3785120 or 6307526. OLE color: 6307526.

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

Color convert

RGB1986296-
CMYK00.690.520.22
HSL345º54.4%50.98%-
HSV(B)345º68.69%77.65%-
XYZ27.1216.312.78-
YUV106.54122.06193.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.62%
GREEN value IS 62 (24.61% from 255) = 17.42%
BLUE value IS 96 (37.89% from 255) = 26.97%
R=55.62%
G=17.42%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198629600.690.520.2234554.450.98
HexC63E6004534161593633
Octal30676140010564265316663
Binary1100011011111011000000100010111010010110101011001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63E60; }

 p { color: rgb(198,62,96); }

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

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

 a { background-color: rgb(198,62,96); }

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

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

 span { border-color: rgb(198,62,96); }

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