#C44E74

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

Shades of Cabaret #C44E74

Tints of Cabaret #C44E74

Color information

#C44E74 (or 0xC44E74) is unknown color: approx Cabaret. HEX triplet: C4, 4E and 74. RGB value is (196,78,116). Sum of RGB (Red+Green+Blue) = 196+78+116=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44E74 is #3BB18B. Grayscale: #757575. Windows color (decimal): -3912076 or 7622340. OLE color: 7622340.

HSL color Cylindrical-coordinate representation of color #C44E74: hue angle of 340.68º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44E74 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB19678116-
CMYK00.600.410.23
HSL340.68º50%53.73%-
HSV(B)340.68º60.2%76.86%-
XYZ28.6418.4518.57-
YUV117.61127.09183.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.26%
GREEN value IS 78 (30.86% from 255) = 20%
BLUE value IS 116 (45.70% from 255) = 29.74%
R=50.26%
G=20%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967811600.600.410.23340.685053.73
HexC44E7403C29171553236
Octal30411616407451275256266
Binary1100010010011101110100011110010100110111101010101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44E74; }

 p { color: rgb(196,78,116); }

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

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

 a { background-color: rgb(196,78,116); }

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

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

 span { border-color: rgb(196,78,116); }

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