#C94D79

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

Shades of Cabaret #C94D79

Tints of Cabaret #C94D79

Color information

#C94D79 (or 0xC94D79) is unknown color: approx Cabaret. HEX triplet: C9, 4D and 79. RGB value is (201,77,121). Sum of RGB (Red+Green+Blue) = 201+77+121=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94D79 is #36B286. Grayscale: #777777. Windows color (decimal): -3584647 or 7949769. OLE color: 7949769.

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

Color convert

RGB20177121-
CMYK00.620.400.21
HSL338.71º53.45%54.51%-
HSV(B)338.71º61.69%78.82%-
XYZ30.1919.1120.19-
YUV119.09129.08186.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.38%
GREEN value IS 77 (30.47% from 255) = 19.30%
BLUE value IS 121 (47.66% from 255) = 30.33%
R=50.38%
G=19.30%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017712100.620.400.21338.7153.4554.51
HexC94D7903E28151533537
Octal31111517107650255236567
Binary1100100110011011111001011111010100010101101010011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94D79; }

 p { color: rgb(201,77,121); }

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

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

 a { background-color: rgb(201,77,121); }

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

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

 span { border-color: rgb(201,77,121); }

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