#C55B76

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

Shades of Cabaret #C55B76

Tints of Cabaret #C55B76

Color information

#C55B76 (or 0xC55B76) is unknown color: approx Cabaret. HEX triplet: C5, 5B and 76. RGB value is (197,91,118). Sum of RGB (Red+Green+Blue) = 197+91+118=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55B76 is #3AA489. Grayscale: #7D7D7D. Windows color (decimal): -3843210 or 7756741. OLE color: 7756741.

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

Color convert

RGB19791118-
CMYK00.540.400.23
HSL344.72º47.75%56.47%-
HSV(B)344.72º53.81%77.25%-
XYZ30.0420.6619.54-
YUV125.77123.62178.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.52%
GREEN value IS 91 (35.94% from 255) = 22.41%
BLUE value IS 118 (46.48% from 255) = 29.06%
R=48.52%
G=22.41%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979111800.540.400.23344.7247.7556.47
HexC55B7603628171593038
Octal30513316606650275316070
Binary1100010110110111110110011011010100010111101011001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55B76; }

 p { color: rgb(197,91,118); }

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

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

 a { background-color: rgb(197,91,118); }

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

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

 span { border-color: rgb(197,91,118); }

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