#C74A72

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

Shades of Cabaret #C74A72

Tints of Cabaret #C74A72

Color information

#C74A72 (or 0xC74A72) is unknown color: approx Cabaret. HEX triplet: C7, 4A and 72. RGB value is (199,74,114). Sum of RGB (Red+Green+Blue) = 199+74+114=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74A72 is #38B58D. Grayscale: #737373. Windows color (decimal): -3716494 or 7490247. OLE color: 7490247.

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

Color convert

RGB19974114-
CMYK00.630.430.22
HSL340.8º52.74%53.53%-
HSV(B)340.8º62.81%78.04%-
XYZ29.0418.2517.91-
YUV115.93126.91187.25-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.42%
GREEN value IS 74 (29.30% from 255) = 19.12%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=51.42%
G=19.12%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997411400.630.430.22340.852.7453.53
HexC74A7203F2B161553536
Octal30711216207753265256566
Binary1100011110010101110010011111110101110110101010101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74A72; }

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

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

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

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

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

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

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

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