#C55670

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

Shades of Cabaret #C55670

Tints of Cabaret #C55670

Color information

#C55670 (or 0xC55670) is unknown color: approx Cabaret. HEX triplet: C5, 56 and 70. RGB value is (197,86,112). Sum of RGB (Red+Green+Blue) = 197+86+112=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C55670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55670 is #3AA98F. Grayscale: #7A7A7A. Windows color (decimal): -3844496 or 7362245. OLE color: 7362245.

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

Color convert

RGB19786112-
CMYK00.560.430.23
HSL345.95º48.9%55.49%-
HSV(B)345.95º56.35%77.25%-
XYZ29.2819.717.59-
YUV122.15122.27181.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.87%
GREEN value IS 86 (33.98% from 255) = 21.77%
BLUE value IS 112 (44.14% from 255) = 28.35%
R=49.87%
G=21.77%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978611200.560.430.23345.9548.955.49
HexC556700382B1715a3137
Octal30512616007053275326167
Binary1100010110101101110000011100010101110111101011010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55670; }

 p { color: rgb(197,86,112); }

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

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

 a { background-color: rgb(197,86,112); }

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

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

 span { border-color: rgb(197,86,112); }

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