#C94C74

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

Shades of Cabaret #C94C74

Tints of Cabaret #C94C74

Color information

#C94C74 (or 0xC94C74) is unknown color: approx Cabaret. HEX triplet: C9, 4C and 74. RGB value is (201,76,116). Sum of RGB (Red+Green+Blue) = 201+76+116=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94C74 is #36B38B. Grayscale: #757575. Windows color (decimal): -3584908 or 7621833. OLE color: 7621833.

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

Color convert

RGB20176116-
CMYK00.620.420.21
HSL340.8º53.65%54.31%-
HSV(B)340.8º62.19%78.82%-
XYZ29.8218.8518.59-
YUV117.93126.91187.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.15%
GREEN value IS 76 (30.08% from 255) = 19.34%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=51.15%
G=19.34%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017611600.620.420.21340.853.6554.31
HexC94C7403E2A151553636
Octal31111416407652255256666
Binary1100100110011001110100011111010101010101101010101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94C74; }

 p { color: rgb(201,76,116); }

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

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

 a { background-color: rgb(201,76,116); }

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

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

 span { border-color: rgb(201,76,116); }

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