#C4556C

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

Shades of Cabaret #C4556C

Tints of Cabaret #C4556C

Color information

#C4556C (or 0xC4556C) is unknown color: approx Cabaret. HEX triplet: C4, 55 and 6C. RGB value is (196,85,108). Sum of RGB (Red+Green+Blue) = 196+85+108=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C4556C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4556C is #3BAA93. Grayscale: #787878. Windows color (decimal): -3910292 or 7099844. OLE color: 7099844.

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

Color convert

RGB19685108-
CMYK00.570.450.23
HSL347.57º48.47%55.1%-
HSV(B)347.57º56.63%76.86%-
XYZ28.7219.3216.4-
YUV120.81120.77181.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.39%
GREEN value IS 85 (33.59% from 255) = 21.85%
BLUE value IS 108 (42.58% from 255) = 27.76%
R=50.39%
G=21.85%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968510800.570.450.23347.5748.4755.1
HexC4556C0392D1715c3037
Octal30412515407155275346067
Binary1100010010101011101100011100110110110111101011100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4556C; }

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

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

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

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

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

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

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

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