#C74F71

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

Shades of Cabaret #C74F71

Tints of Cabaret #C74F71

Color information

#C74F71 (or 0xC74F71) is unknown color: approx Cabaret. HEX triplet: C7, 4F and 71. RGB value is (199,79,113). Sum of RGB (Red+Green+Blue) = 199+79+113=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74F71 is #38B08E. Grayscale: #767676. Windows color (decimal): -3715215 or 7425991. OLE color: 7425991.

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

Color convert

RGB19979113-
CMYK00.600.430.22
HSL343º51.72%54.51%-
HSV(B)343º60.3%78.04%-
XYZ29.3318.9317.73-
YUV118.76124.76185.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.90%
GREEN value IS 79 (31.25% from 255) = 20.20%
BLUE value IS 113 (44.53% from 255) = 28.90%
R=50.90%
G=20.20%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997911300.600.430.2234351.7254.51
HexC74F7103C2B161573437
Octal30711716107453265276467
Binary1100011110011111110001011110010101110110101010111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74F71; }

 p { color: rgb(199,79,113); }

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

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

 a { background-color: rgb(199,79,113); }

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

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

 span { border-color: rgb(199,79,113); }

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