#c55765

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

Shades of Cabaret #C55765

Tints of Cabaret #C55765

Color information

#C55765 (or 0xC55765) is unknown color: approx Cabaret. HEX triplet: C5, 57 and 65. RGB value is (197,87,101). Sum of RGB (Red+Green+Blue) = 197+87+101=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C55765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55765 is #3AA89A. Grayscale: #797979. Windows color (decimal): -3844251 or 6641605. OLE color: 6641605.

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

Color convert

RGB19787101-
CMYK00.560.490.23
HSL352.36º48.67%55.69%-
HSV(B)352.36º55.84%77.25%-
XYZ28.7819.6314.58-
YUV121.49116.44181.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.17%
GREEN value IS 87 (34.38% from 255) = 22.60%
BLUE value IS 101 (39.84% from 255) = 26.23%
R=51.17%
G=22.60%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978710100.560.490.23352.3648.6755.69
HexC5576503831171603138
Octal30512714507061275406170
Binary1100010110101111100101011100011000110111101100000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c55765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c55765; }

 p { color: rgb(197,87,101); }

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

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

 a { background-color: rgb(197,87,101); }

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

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

 span { border-color: rgb(197,87,101); }

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