#C55869

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

Shades of Cabaret #C55869

Tints of Cabaret #C55869

Color information

#C55869 (or 0xC55869) is unknown color: approx Cabaret. HEX triplet: C5, 58 and 69. RGB value is (197,88,105). Sum of RGB (Red+Green+Blue) = 197+88+105=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C55869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55869 is #3AA796. Grayscale: #7A7A7A. Windows color (decimal): -3843991 or 6904005. OLE color: 6904005.

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

Color convert

RGB19788105-
CMYK00.550.470.23
HSL350.64º48.44%55.88%-
HSV(B)350.64º55.33%77.25%-
XYZ29.0719.8715.67-
YUV122.53118.11181.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.51%
GREEN value IS 88 (34.77% from 255) = 22.56%
BLUE value IS 105 (41.41% from 255) = 26.92%
R=50.51%
G=22.56%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978810500.550.470.23350.6448.4455.88
HexC558690372F1715f3038
Octal30513015106757275376070
Binary1100010110110001101001011011110111110111101011111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55869; }

 p { color: rgb(197,88,105); }

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

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

 a { background-color: rgb(197,88,105); }

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

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

 span { border-color: rgb(197,88,105); }

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