#C45972

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

Shades of Cabaret #C45972

Tints of Cabaret #C45972

Color information

#C45972 (or 0xC45972) is unknown color: approx Cabaret. HEX triplet: C4, 59 and 72. RGB value is (196,89,114). Sum of RGB (Red+Green+Blue) = 196+89+114=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C45972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45972 is #3BA68D. Grayscale: #7B7B7B. Windows color (decimal): -3909262 or 7494084. OLE color: 7494084.

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

Color convert

RGB19689114-
CMYK00.550.420.23
HSL345.98º47.56%55.88%-
HSV(B)345.98º54.59%76.86%-
XYZ29.3720.118.25-
YUV123.84122.45179.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.12%
GREEN value IS 89 (35.16% from 255) = 22.31%
BLUE value IS 114 (44.92% from 255) = 28.57%
R=49.12%
G=22.31%
B=28.57%

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
Decimal1968911400.550.420.23345.9847.5655.88
HexC459720372A1715a3038
Octal30413116206752275326070
Binary1100010010110011110010011011110101010111101011010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45972; }

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

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

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

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

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

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

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

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