#C55673

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

Shades of Cabaret #C55673

Tints of Cabaret #C55673

Color information

#C55673 (or 0xC55673) is unknown color: approx Cabaret. HEX triplet: C5, 56 and 73. RGB value is (197,86,115). Sum of RGB (Red+Green+Blue) = 197+86+115=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C55673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55673 is #3AA98C. Grayscale: #7A7A7A. Windows color (decimal): -3844493 or 7558853. OLE color: 7558853.

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

Color convert

RGB19786115-
CMYK00.560.420.23
HSL344.32º48.9%55.49%-
HSV(B)344.32º56.35%77.25%-
XYZ29.4519.7618.48-
YUV122.49123.77181.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.50%
GREEN value IS 86 (33.98% from 255) = 21.61%
BLUE value IS 115 (45.31% from 255) = 28.89%
R=49.50%
G=21.61%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978611500.560.420.23344.3248.955.49
HexC556730382A171583137
Octal30512616307052275306167
Binary1100010110101101110011011100010101010111101011000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55673; }

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

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

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

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

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

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

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

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