#C4556A

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

Shades of Cabaret #C4556A

Tints of Cabaret #C4556A

Color information

#C4556A (or 0xC4556A) is unknown color: approx Cabaret. HEX triplet: C4, 55 and 6A. RGB value is (196,85,106). Sum of RGB (Red+Green+Blue) = 196+85+106=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4556A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4556A is #3BAA95. Grayscale: #787878. Windows color (decimal): -3910294 or 6968772. OLE color: 6968772.

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

Color convert

RGB19685106-
CMYK00.570.460.23
HSL348.65º48.47%55.1%-
HSV(B)348.65º56.63%76.86%-
XYZ28.6119.2715.85-
YUV120.58119.77181.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.65%
GREEN value IS 85 (33.59% from 255) = 21.96%
BLUE value IS 106 (41.80% from 255) = 27.39%
R=50.65%
G=21.96%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968510600.570.460.23348.6548.4755.1
HexC4556A0392E1715d3037
Octal30412515207156275356067
Binary1100010010101011101010011100110111010111101011101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4556A; }

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

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

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

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

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

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

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

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