#C55B7E

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

Shades of Cabaret #C55B7E

Tints of Cabaret #C55B7E

Color information

#C55B7E (or 0xC55B7E) is unknown color: approx Cabaret. HEX triplet: C5, 5B and 7E. RGB value is (197,91,126). Sum of RGB (Red+Green+Blue) = 197+91+126=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55B7E is #3AA481. Grayscale: #7E7E7E. Windows color (decimal): -3843202 or 8281029. OLE color: 8281029.

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

Color convert

RGB19791126-
CMYK00.540.360.23
HSL340.19º47.75%56.47%-
HSV(B)340.19º53.81%77.25%-
XYZ30.5320.8622.16-
YUV126.68127.62178.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.58%
GREEN value IS 91 (35.94% from 255) = 21.98%
BLUE value IS 126 (49.61% from 255) = 30.43%
R=47.58%
G=21.98%
B=30.43%

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
Decimal1979112600.540.360.23340.1947.7556.47
HexC55B7E03624171543038
Octal30513317606644275246070
Binary1100010110110111111110011011010010010111101010100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55B7E; }

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

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

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

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

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

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

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

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