#C63F6A

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

Shades of Cabaret #C63F6A

Tints of Cabaret #C63F6A

Color information

#C63F6A (or 0xC63F6A) is unknown color: approx Cabaret. HEX triplet: C6, 3F and 6A. RGB value is (198,63,106). Sum of RGB (Red+Green+Blue) = 198+63+106=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63F6A is #39C095. Grayscale: #6C6C6C. Windows color (decimal): -3784854 or 6963142. OLE color: 6963142.

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

Color convert

RGB19863106-
CMYK00.680.460.22
HSL340.89º54.22%51.18%-
HSV(B)340.89º68.18%77.65%-
XYZ27.6716.615.38-
YUV108.27126.73192-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.95%
GREEN value IS 63 (25% from 255) = 17.17%
BLUE value IS 106 (41.80% from 255) = 28.88%
R=53.95%
G=17.17%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986310600.680.460.22340.8954.2251.18
HexC63F6A0442E161553633
Octal30677152010456265256663
Binary1100011011111111010100100010010111010110101010101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63F6A; }

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

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

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

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

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

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

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

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