#C55672

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

Shades of Cabaret #C55672

Tints of Cabaret #C55672

Color information

#C55672 (or 0xC55672) is unknown color: approx Cabaret. HEX triplet: C5, 56 and 72. RGB value is (197,86,114). Sum of RGB (Red+Green+Blue) = 197+86+114=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C55672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55672 is #3AA98D. Grayscale: #7A7A7A. Windows color (decimal): -3844494 or 7493317. OLE color: 7493317.

HSL color Cylindrical-coordinate representation of color #C55672: hue angle of 344.86º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55672 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB19786114-
CMYK00.560.420.23
HSL344.86º48.9%55.49%-
HSV(B)344.86º56.35%77.25%-
XYZ29.3919.7418.18-
YUV122.38123.27181.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.62%
GREEN value IS 86 (33.98% from 255) = 21.66%
BLUE value IS 114 (44.92% from 255) = 28.72%
R=49.62%
G=21.66%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978611400.560.420.23344.8648.955.49
HexC556720382A171593137
Octal30512616207052275316167
Binary1100010110101101110010011100010101010111101011001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55672; }

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

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

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

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

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

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

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

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