#C94971

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

Shades of Cabaret #C94971

Tints of Cabaret #C94971

Color information

#C94971 (or 0xC94971) is unknown color: approx Cabaret. HEX triplet: C9, 49 and 71. RGB value is (201,73,113). Sum of RGB (Red+Green+Blue) = 201+73+113=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C94971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94971 is #36B68E. Grayscale: #737373. Windows color (decimal): -3585679 or 7424457. OLE color: 7424457.

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

Color convert

RGB20173113-
CMYK00.640.440.21
HSL341.25º54.24%53.73%-
HSV(B)341.25º63.68%78.82%-
XYZ29.4518.3717.62-
YUV115.83126.41188.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.94%
GREEN value IS 73 (28.91% from 255) = 18.86%
BLUE value IS 113 (44.53% from 255) = 29.20%
R=51.94%
G=18.86%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017311300.640.440.21341.2554.2453.73
HexC949710402C151553636
Octal311111161010054255256666
Binary11001001100100111100010100000010110010101101010101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94971; }

 p { color: rgb(201,73,113); }

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

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

 a { background-color: rgb(201,73,113); }

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

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

 span { border-color: rgb(201,73,113); }

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