#c74c73

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

Shades of Cabaret #C74C73

Tints of Cabaret #C74C73

Color information

#C74C73 (or 0xC74C73) is unknown color: approx Cabaret. HEX triplet: C7, 4C and 73. RGB value is (199,76,115). Sum of RGB (Red+Green+Blue) = 199+76+115=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74C73 is #38B38C. Grayscale: #757575. Windows color (decimal): -3715981 or 7556295. OLE color: 7556295.

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

Color convert

RGB19976115-
CMYK00.620.420.22
HSL340.98º52.34%53.92%-
HSV(B)340.98º61.81%78.04%-
XYZ29.2318.5518.26-
YUV117.22126.75186.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.03%
GREEN value IS 76 (30.08% from 255) = 19.49%
BLUE value IS 115 (45.31% from 255) = 29.49%
R=51.03%
G=19.49%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997611500.620.420.22340.9852.3453.92
HexC74C7303E2A161553436
Octal30711416307652265256466
Binary1100011110011001110011011111010101010110101010101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c74c73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c74c73; }

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

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

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

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

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

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

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

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