#C63E5F

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

Shades of Cabaret #C63E5F

Tints of Cabaret #C63E5F

Color information

#C63E5F (or 0xC63E5F) is unknown color: approx Cabaret. HEX triplet: C6, 3E and 5F. RGB value is (198,62,95). Sum of RGB (Red+Green+Blue) = 198+62+95=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C63E5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63E5F is #39C1A0. Grayscale: #6A6A6A. Windows color (decimal): -3785121 or 6241990. OLE color: 6241990.

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

Color convert

RGB1986295-
CMYK00.690.520.22
HSL345.44º54.4%50.98%-
HSV(B)345.44º68.69%77.65%-
XYZ27.0816.2812.54-
YUV106.43121.56193.32-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.77%
GREEN value IS 62 (24.61% from 255) = 17.46%
BLUE value IS 95 (37.5% from 255) = 26.76%
R=55.77%
G=17.46%
B=26.76%

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
Decimal198629500.690.520.22345.4454.450.98
HexC63E5F04534161593633
Octal30676137010564265316663
Binary1100011011111010111110100010111010010110101011001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63E5F; }

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

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

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

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

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

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

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

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