#C55B7F

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

Shades of Cabaret #C55B7F

Tints of Cabaret #C55B7F

Color information

#C55B7F (or 0xC55B7F) is unknown color: approx Cabaret. HEX triplet: C5, 5B and 7F. RGB value is (197,91,127). Sum of RGB (Red+Green+Blue) = 197+91+127=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55B7F is #3AA480. Grayscale: #7E7E7E. Windows color (decimal): -3843201 or 8346565. OLE color: 8346565.

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

Color convert

RGB19791127-
CMYK00.540.360.23
HSL339.62º47.75%56.47%-
HSV(B)339.62º53.81%77.25%-
XYZ30.620.8822.5-
YUV126.8128.12178.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.47%
GREEN value IS 91 (35.94% from 255) = 21.93%
BLUE value IS 127 (50% from 255) = 30.60%
R=47.47%
G=21.93%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979112700.540.360.23339.6247.7556.47
HexC55B7F03624171543038
Octal30513317706644275246070
Binary1100010110110111111111011011010010010111101010100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55B7F; }

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

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

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

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

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

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

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

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