#c55575

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

Shades of Cabaret #C55575

Tints of Cabaret #C55575

Color information

#C55575 (or 0xC55575) is unknown color: approx Cabaret. HEX triplet: C5, 55 and 75. RGB value is (197,85,117). Sum of RGB (Red+Green+Blue) = 197+85+117=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C55575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55575 is #3AAA8A. Grayscale: #7A7A7A. Windows color (decimal): -3844747 or 7689669. OLE color: 7689669.

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

Color convert

RGB19785117-
CMYK00.570.410.23
HSL342.86º49.12%55.29%-
HSV(B)342.86º56.85%77.25%-
XYZ29.4919.6519.07-
YUV122.14125.11181.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.37%
GREEN value IS 85 (33.59% from 255) = 21.30%
BLUE value IS 117 (46.09% from 255) = 29.32%
R=49.37%
G=21.30%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978511700.570.410.23342.8649.1255.29
HexC5557503929171573137
Octal30512516507151275276167
Binary1100010110101011110101011100110100110111101010111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c55575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c55575; }

 p { color: rgb(197,85,117); }

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

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

 a { background-color: rgb(197,85,117); }

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

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

 span { border-color: rgb(197,85,117); }

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