#C94961

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

Shades of Cabaret #C94961

Tints of Cabaret #C94961

Color information

#C94961 (or 0xC94961) is unknown color: approx Cabaret. HEX triplet: C9, 49 and 61. RGB value is (201,73,97). Sum of RGB (Red+Green+Blue) = 201+73+97=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C94961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94961 is #36B69E. Grayscale: #727272. Windows color (decimal): -3585695 or 6375881. OLE color: 6375881.

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

Color convert

RGB2017397-
CMYK00.640.520.21
HSL348.75º54.24%53.73%-
HSV(B)348.75º63.68%78.82%-
XYZ28.6318.0513.28-
YUV114.01118.41190.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.18%
GREEN value IS 73 (28.91% from 255) = 19.68%
BLUE value IS 97 (38.28% from 255) = 26.15%
R=54.18%
G=19.68%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201739700.640.520.21348.7554.2453.73
HexC94961040341515d3636
Octal311111141010064255356666
Binary11001001100100111000010100000011010010101101011101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94961; }

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

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

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

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

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

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

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

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