#C4556E

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

Shades of Cabaret #C4556E

Tints of Cabaret #C4556E

Color information

#C4556E (or 0xC4556E) is unknown color: approx Cabaret. HEX triplet: C4, 55 and 6E. RGB value is (196,85,110). Sum of RGB (Red+Green+Blue) = 196+85+110=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4556E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4556E is #3BAA91. Grayscale: #797979. Windows color (decimal): -3910290 or 7230916. OLE color: 7230916.

HSL color Cylindrical-coordinate representation of color #C4556E: hue angle of 346.49º degrees, saturation: 0.48, 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 #C4556E is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB19685110-
CMYK00.570.440.23
HSL346.49º48.47%55.1%-
HSV(B)346.49º56.63%76.86%-
XYZ28.8319.3616.97-
YUV121.04121.77181.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.13%
GREEN value IS 85 (33.59% from 255) = 21.74%
BLUE value IS 110 (43.36% from 255) = 28.13%
R=50.13%
G=21.74%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968511000.570.440.23346.4948.4755.1
HexC4556E0392C1715a3037
Octal30412515607154275326067
Binary1100010010101011101110011100110110010111101011010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4556E; }

 p { color: rgb(196,85,110); }

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

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

 a { background-color: rgb(196,85,110); }

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

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

 span { border-color: rgb(196,85,110); }

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