#C45971

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

Shades of Cabaret #C45971

Tints of Cabaret #C45971

Color information

#C45971 (or 0xC45971) is unknown color: approx Cabaret. HEX triplet: C4, 59 and 71. RGB value is (196,89,113). Sum of RGB (Red+Green+Blue) = 196+89+113=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C45971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45971 is #3BA68E. Grayscale: #7B7B7B. Windows color (decimal): -3909263 or 7428548. OLE color: 7428548.

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

Color convert

RGB19689113-
CMYK00.550.420.23
HSL346.54º47.56%55.88%-
HSV(B)346.54º54.59%76.86%-
XYZ29.3220.0717.95-
YUV123.73121.95179.55-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.25%
GREEN value IS 89 (35.16% from 255) = 22.36%
BLUE value IS 113 (44.53% from 255) = 28.39%
R=49.25%
G=22.36%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968911300.550.420.23346.5447.5655.88
HexC459710372A1715b3038
Octal30413116106752275336070
Binary1100010010110011110001011011110101010111101011011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45971; }

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

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

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

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

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

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

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

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