#C75172

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

Shades of Cabaret #C75172

Tints of Cabaret #C75172

Color information

#C75172 (or 0xC75172) is unknown color: approx Cabaret. HEX triplet: C7, 51 and 72. RGB value is (199,81,114). Sum of RGB (Red+Green+Blue) = 199+81+114=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C75172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75172 is #38AE8D. Grayscale: #787878. Windows color (decimal): -3714702 or 7492039. OLE color: 7492039.

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

Color convert

RGB19981114-
CMYK00.590.430.22
HSL343.22º51.3%54.9%-
HSV(B)343.22º59.3%78.04%-
XYZ29.5319.2418.08-
YUV120.04124.59184.32-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.51%
GREEN value IS 81 (32.03% from 255) = 20.56%
BLUE value IS 114 (44.92% from 255) = 28.93%
R=50.51%
G=20.56%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998111400.590.430.22343.2251.354.9
HexC7517203B2B161573337
Octal30712116207353265276367
Binary1100011110100011110010011101110101110110101010111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75172; }

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

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

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

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

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

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

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

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