#C55072

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

Shades of Cabaret #C55072

Tints of Cabaret #C55072

Color information

#C55072 (or 0xC55072) is unknown color: approx Cabaret. HEX triplet: C5, 50 and 72. RGB value is (197,80,114). Sum of RGB (Red+Green+Blue) = 197+80+114=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C55072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55072 is #3AAF8D. Grayscale: #767676. Windows color (decimal): -3846030 or 7491781. OLE color: 7491781.

HSL color Cylindrical-coordinate representation of color #C55072: hue angle of 342.56º 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 #C55072 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB19780114-
CMYK00.590.420.23
HSL342.56º50.21%54.31%-
HSV(B)342.56º59.39%77.25%-
XYZ28.9318.8218.03-
YUV118.86125.26183.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.38%
GREEN value IS 80 (31.64% from 255) = 20.46%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=50.38%
G=20.46%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978011400.590.420.23342.5650.2154.31
HexC5507203B2A171573236
Octal30512016207352275276266
Binary1100010110100001110010011101110101010111101010111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55072; }

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

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

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

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

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

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

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

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