#C94572

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

Shades of Cabaret #C94572

Tints of Cabaret #C94572

Color information

#C94572 (or 0xC94572) is unknown color: approx Cabaret. HEX triplet: C9, 45 and 72. RGB value is (201,69,114). Sum of RGB (Red+Green+Blue) = 201+69+114=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C94572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94572 is #36BA8D. Grayscale: #717171. Windows color (decimal): -3586702 or 7488969. OLE color: 7488969.

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

Color convert

RGB20169114-
CMYK00.660.430.21
HSL339.55º55%52.94%-
HSV(B)339.55º65.67%78.82%-
XYZ29.2517.8917.83-
YUV113.6128.23190.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.34%
GREEN value IS 69 (27.34% from 255) = 17.97%
BLUE value IS 114 (44.92% from 255) = 29.69%
R=52.34%
G=17.97%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016911400.660.430.21339.555552.94
HexC945720422B151543735
Octal311105162010253255246765
Binary11001001100010111100100100001010101110101101010100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94572; }

 p { color: rgb(201,69,114); }

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

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

 a { background-color: rgb(201,69,114); }

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

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

 span { border-color: rgb(201,69,114); }

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