#C94963

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

Shades of Cabaret #C94963

Tints of Cabaret #C94963

Color information

#C94963 (or 0xC94963) is unknown color: approx Cabaret. HEX triplet: C9, 49 and 63. RGB value is (201,73,99). Sum of RGB (Red+Green+Blue) = 201+73+99=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C94963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94963 is #36B69C. Grayscale: #727272. Windows color (decimal): -3585693 or 6506953. OLE color: 6506953.

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

Color convert

RGB2017399-
CMYK00.640.510.21
HSL347.81º54.24%53.73%-
HSV(B)347.81º63.68%78.82%-
XYZ28.7218.0813.78-
YUV114.24119.41189.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.89%
GREEN value IS 73 (28.91% from 255) = 19.57%
BLUE value IS 99 (39.06% from 255) = 26.54%
R=53.89%
G=19.57%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201739900.640.510.21347.8154.2453.73
HexC94963040331515c3636
Octal311111143010063255346666
Binary11001001100100111000110100000011001110101101011100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94963; }

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

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

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

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

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

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

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

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