#C45772

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

Shades of Cabaret #C45772

Tints of Cabaret #C45772

Color information

#C45772 (or 0xC45772) is unknown color: approx Cabaret. HEX triplet: C4, 57 and 72. RGB value is (196,87,114). Sum of RGB (Red+Green+Blue) = 196+87+114=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C45772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45772 is #3BA88D. Grayscale: #7A7A7A. Windows color (decimal): -3909774 or 7493572. OLE color: 7493572.

HSL color Cylindrical-coordinate representation of color #C45772: hue angle of 345.14º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C45772 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB19687114-
CMYK00.560.420.23
HSL345.14º48.02%55.49%-
HSV(B)345.14º55.61%76.86%-
XYZ29.2119.7718.2-
YUV122.67123.11180.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.37%
GREEN value IS 87 (34.38% from 255) = 21.91%
BLUE value IS 114 (44.92% from 255) = 28.72%
R=49.37%
G=21.91%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968711400.560.420.23345.1448.0255.49
HexC457720382A171593037
Octal30412716207052275316067
Binary1100010010101111110010011100010101010111101011001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45772; }

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

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

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

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

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

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

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

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