#C9416E

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

Shades of Cabaret #C9416E

Tints of Cabaret #C9416E

Color information

#C9416E (or 0xC9416E) is unknown color: approx Cabaret. HEX triplet: C9, 41 and 6E. RGB value is (201,65,110). Sum of RGB (Red+Green+Blue) = 201+65+110=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C9416E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9416E is #36BE91. Grayscale: #6E6E6E. Windows color (decimal): -3587730 or 7225801. OLE color: 7225801.

HSL color Cylindrical-coordinate representation of color #C9416E: hue angle of 340.15º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9416E is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB20165110-
CMYK00.680.450.21
HSL340.15º55.74%52.16%-
HSV(B)340.15º67.66%78.82%-
XYZ28.7917.3216.58-
YUV110.79127.56192.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.46%
GREEN value IS 65 (25.78% from 255) = 17.29%
BLUE value IS 110 (43.36% from 255) = 29.26%
R=53.46%
G=17.29%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016511000.680.450.21340.1555.7452.16
HexC9416E0442D151543834
Octal311101156010455255247064
Binary11001001100000111011100100010010110110101101010100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9416E; }

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

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

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

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

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

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

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

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