#C94170

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

Shades of Cabaret #C94170

Tints of Cabaret #C94170

Color information

#C94170 (or 0xC94170) is unknown color: approx Cabaret. HEX triplet: C9, 41 and 70. RGB value is (201,65,112). Sum of RGB (Red+Green+Blue) = 201+65+112=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C94170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94170 is #36BE8F. Grayscale: #6E6E6E. Windows color (decimal): -3587728 or 7356873. OLE color: 7356873.

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

Color convert

RGB20165112-
CMYK00.680.440.21
HSL339.26º55.74%52.16%-
HSV(B)339.26º67.66%78.82%-
XYZ28.917.3717.16-
YUV111.02128.56192.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.17%
GREEN value IS 65 (25.78% from 255) = 17.20%
BLUE value IS 112 (44.14% from 255) = 29.63%
R=53.17%
G=17.20%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016511200.680.440.21339.2655.7452.16
HexC941700442C151533834
Octal311101160010454255237064
Binary11001001100000111100000100010010110010101101010011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94170; }

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

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

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

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

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

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

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

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