#C74B76

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

Shades of Cabaret #C74B76

Tints of Cabaret #C74B76

Color information

#C74B76 (or 0xC74B76) is unknown color: approx Cabaret. HEX triplet: C7, 4B and 76. RGB value is (199,75,118). Sum of RGB (Red+Green+Blue) = 199+75+118=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74B76 is #38B489. Grayscale: #747474. Windows color (decimal): -3716234 or 7752647. OLE color: 7752647.

HSL color Cylindrical-coordinate representation of color #C74B76: hue angle of 339.19º degrees, saturation: 0.53, 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 #C74B76 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB19975118-
CMYK00.620.410.22
HSL339.19º52.54%53.73%-
HSV(B)339.19º62.31%78.04%-
XYZ29.3418.4819.16-
YUV116.98128.58186.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.77%
GREEN value IS 75 (29.69% from 255) = 19.13%
BLUE value IS 118 (46.48% from 255) = 30.10%
R=50.77%
G=19.13%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997511800.620.410.22339.1952.5453.73
HexC74B7603E29161533536
Octal30711316607651265236566
Binary1100011110010111110110011111010100110110101010011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74B76; }

 p { color: rgb(199,75,118); }

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

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

 a { background-color: rgb(199,75,118); }

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

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

 span { border-color: rgb(199,75,118); }

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