#C74A73

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

Shades of Cabaret #C74A73

Tints of Cabaret #C74A73

Color information

#C74A73 (or 0xC74A73) is unknown color: approx Cabaret. HEX triplet: C7, 4A and 73. RGB value is (199,74,115). Sum of RGB (Red+Green+Blue) = 199+74+115=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74A73 is #38B58C. Grayscale: #747474. Windows color (decimal): -3716493 or 7555783. OLE color: 7555783.

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

Color convert

RGB19974115-
CMYK00.630.420.22
HSL340.32º52.74%53.53%-
HSV(B)340.32º62.81%78.04%-
XYZ29.118.2818.21-
YUV116.05127.41187.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.29%
GREEN value IS 74 (29.30% from 255) = 19.07%
BLUE value IS 115 (45.31% from 255) = 29.64%
R=51.29%
G=19.07%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997411500.630.420.22340.3252.7453.53
HexC74A7303F2A161543536
Octal30711216307752265246566
Binary1100011110010101110011011111110101010110101010100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74A73; }

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

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

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

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

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

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

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

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