#C55B66

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

Shades of Cabaret #C55B66

Tints of Cabaret #C55B66

Color information

#C55B66 (or 0xC55B66) is unknown color: approx Cabaret. HEX triplet: C5, 5B and 66. RGB value is (197,91,102). Sum of RGB (Red+Green+Blue) = 197+91+102=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55B66 is #3AA499. Grayscale: #7C7C7C. Windows color (decimal): -3843226 or 6708165. OLE color: 6708165.

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

Color convert

RGB19791102-
CMYK00.540.480.23
HSL353.77º47.75%56.47%-
HSV(B)353.77º53.81%77.25%-
XYZ29.1720.3114.95-
YUV123.95115.62180.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.51%
GREEN value IS 91 (35.94% from 255) = 23.33%
BLUE value IS 102 (40.23% from 255) = 26.15%
R=50.51%
G=23.33%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979110200.540.480.23353.7747.7556.47
HexC55B6603630171623038
Octal30513314606660275426070
Binary1100010110110111100110011011011000010111101100010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55B66; }

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

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

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

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

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

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

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

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