#c45977

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

Shades of Cabaret #C45977

Tints of Cabaret #C45977

Color information

#C45977 (or 0xC45977) is unknown color: approx Cabaret. HEX triplet: C4, 59 and 77. RGB value is (196,89,119). Sum of RGB (Red+Green+Blue) = 196+89+119=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C45977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45977 is #3BA688. Grayscale: #7C7C7C. Windows color (decimal): -3909257 or 7821764. OLE color: 7821764.

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

Color convert

RGB19689119-
CMYK00.550.390.23
HSL343.18º47.56%55.88%-
HSV(B)343.18º54.59%76.86%-
XYZ29.6720.2119.79-
YUV124.41124.95179.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.51%
GREEN value IS 89 (35.16% from 255) = 22.03%
BLUE value IS 119 (46.88% from 255) = 29.46%
R=48.51%
G=22.03%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968911900.550.390.23343.1847.5655.88
HexC4597703727171573038
Octal30413116706747275276070
Binary1100010010110011110111011011110011110111101010111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c45977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c45977; }

 p { color: rgb(196,89,119); }

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

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

 a { background-color: rgb(196,89,119); }

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

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

 span { border-color: rgb(196,89,119); }

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