#C45578

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

Shades of Cabaret #C45578

Tints of Cabaret #C45578

Color information

#C45578 (or 0xC45578) is unknown color: approx Cabaret. HEX triplet: C4, 55 and 78. RGB value is (196,85,120). Sum of RGB (Red+Green+Blue) = 196+85+120=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C45578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45578 is #3BAA87. Grayscale: #7A7A7A. Windows color (decimal): -3910280 or 7886276. OLE color: 7886276.

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

Color convert

RGB19685120-
CMYK00.570.390.23
HSL341.08º48.47%55.1%-
HSV(B)341.08º56.63%76.86%-
XYZ29.419.5920-
YUV122.18126.77180.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.88%
GREEN value IS 85 (33.59% from 255) = 21.20%
BLUE value IS 120 (47.27% from 255) = 29.93%
R=48.88%
G=21.20%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968512000.570.390.23341.0848.4755.1
HexC4557803927171553037
Octal30412517007147275256067
Binary1100010010101011111000011100110011110111101010101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45578; }

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

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

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

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

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

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

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

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