#C94C6E

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

Shades of Cabaret #C94C6E

Tints of Cabaret #C94C6E

Color information

#C94C6E (or 0xC94C6E) is unknown color: approx Cabaret. HEX triplet: C9, 4C and 6E. RGB value is (201,76,110). Sum of RGB (Red+Green+Blue) = 201+76+110=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94C6E is #36B391. Grayscale: #757575. Windows color (decimal): -3584914 or 7228617. OLE color: 7228617.

HSL color Cylindrical-coordinate representation of color #C94C6E: hue angle of 343.68º 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 #C94C6E is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB20176110-
CMYK00.620.450.21
HSL343.68º53.65%54.31%-
HSV(B)343.68º62.19%78.82%-
XYZ29.4918.7116.81-
YUV117.25123.91187.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.94%
GREEN value IS 76 (30.08% from 255) = 19.64%
BLUE value IS 110 (43.36% from 255) = 28.42%
R=51.94%
G=19.64%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017611000.620.450.21343.6853.6554.31
HexC94C6E03E2D151583636
Octal31111415607655255306666
Binary1100100110011001101110011111010110110101101011000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94C6E; }

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

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

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

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

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

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

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

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