#C63F5F

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

Shades of Cabaret #C63F5F

Tints of Cabaret #C63F5F

Color information

#C63F5F (or 0xC63F5F) is unknown color: approx Cabaret. HEX triplet: C6, 3F and 5F. RGB value is (198,63,95). Sum of RGB (Red+Green+Blue) = 198+63+95=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63F5F is #39C0A0. Grayscale: #6B6B6B. Windows color (decimal): -3784865 or 6242246. OLE color: 6242246.

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

Color convert

RGB1986395-
CMYK00.680.520.22
HSL345.78º54.22%51.18%-
HSV(B)345.78º68.18%77.65%-
XYZ27.1316.3912.56-
YUV107.01121.23192.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.62%
GREEN value IS 63 (25% from 255) = 17.70%
BLUE value IS 95 (37.5% from 255) = 26.69%
R=55.62%
G=17.70%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198639500.680.520.22345.7854.2251.18
HexC63F5F044341615a3633
Octal30677137010464265326663
Binary1100011011111110111110100010011010010110101011010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63F5F; }

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

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

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

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

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

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

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

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