#c55063

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

Shades of Cabaret #C55063

Tints of Cabaret #C55063

Color information

#C55063 (or 0xC55063) is unknown color: approx Cabaret. HEX triplet: C5, 50 and 63. RGB value is (197,80,99). Sum of RGB (Red+Green+Blue) = 197+80+99=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C55063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55063 is #3AAF9C. Grayscale: #757575. Windows color (decimal): -3846045 or 6508741. OLE color: 6508741.

HSL color Cylindrical-coordinate representation of color #C55063: hue angle of 350.26º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55063 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB1978099-
CMYK00.590.500.23
HSL350.26º50.21%54.31%-
HSV(B)350.26º59.39%77.25%-
XYZ28.1518.5113.89-
YUV117.15117.76184.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.39%
GREEN value IS 80 (31.64% from 255) = 21.28%
BLUE value IS 99 (39.06% from 255) = 26.33%
R=52.39%
G=21.28%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197809900.590.500.23350.2650.2154.31
HexC5506303B321715e3236
Octal30512014307362275366266
Binary1100010110100001100011011101111001010111101011110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c55063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c55063; }

 p { color: rgb(197,80,99); }

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

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

 a { background-color: rgb(197,80,99); }

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

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

 span { border-color: rgb(197,80,99); }

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