#C75472

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

Shades of Cabaret #C75472

Tints of Cabaret #C75472

Color information

#C75472 (or 0xC75472) is unknown color: approx Cabaret. HEX triplet: C7, 54 and 72. RGB value is (199,84,114). Sum of RGB (Red+Green+Blue) = 199+84+114=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C75472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75472 is #38AB8D. Grayscale: #797979. Windows color (decimal): -3713934 or 7492807. OLE color: 7492807.

HSL color Cylindrical-coordinate representation of color #C75472: hue angle of 344.35º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C75472 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB19984114-
CMYK00.580.430.22
HSL344.35º50.66%55.49%-
HSV(B)344.35º57.79%78.04%-
XYZ29.7619.718.15-
YUV121.8123.6183.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.13%
GREEN value IS 84 (33.20% from 255) = 21.16%
BLUE value IS 114 (44.92% from 255) = 28.72%
R=50.13%
G=21.16%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998411400.580.430.22344.3550.6655.49
HexC7547203A2B161583337
Octal30712416207253265306367
Binary1100011110101001110010011101010101110110101011000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75472; }

 p { color: rgb(199,84,114); }

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

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

 a { background-color: rgb(199,84,114); }

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

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

 span { border-color: rgb(199,84,114); }

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