#C94671

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

Shades of Cabaret #C94671

Tints of Cabaret #C94671

Color information

#C94671 (or 0xC94671) is unknown color: approx Cabaret. HEX triplet: C9, 46 and 71. RGB value is (201,70,113). Sum of RGB (Red+Green+Blue) = 201+70+113=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C94671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94671 is #36B98E. Grayscale: #727272. Windows color (decimal): -3586447 or 7423689. OLE color: 7423689.

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

Color convert

RGB20170113-
CMYK00.650.440.21
HSL340.31º54.81%53.14%-
HSV(B)340.31º65.17%78.82%-
XYZ29.2617.9917.55-
YUV114.07127.4190-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.34%
GREEN value IS 70 (27.73% from 255) = 18.23%
BLUE value IS 113 (44.53% from 255) = 29.43%
R=52.34%
G=18.23%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017011300.650.440.21340.3154.8153.14
HexC946710412C151543735
Octal311106161010154255246765
Binary11001001100011011100010100000110110010101101010100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94671; }

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

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

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

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

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

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

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

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