#C44D72

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

Shades of Cabaret #C44D72

Tints of Cabaret #C44D72

Color information

#C44D72 (or 0xC44D72) is unknown color: approx Cabaret. HEX triplet: C4, 4D and 72. RGB value is (196,77,114). Sum of RGB (Red+Green+Blue) = 196+77+114=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44D72 is #3BB28D. Grayscale: #747474. Windows color (decimal): -3912334 or 7491012. OLE color: 7491012.

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

Color convert

RGB19677114-
CMYK00.610.420.23
HSL341.34º50.21%53.53%-
HSV(B)341.34º60.71%76.86%-
XYZ28.4618.2617.94-
YUV116.8126.42184.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.65%
GREEN value IS 77 (30.47% from 255) = 19.90%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=50.65%
G=19.90%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967711400.610.420.23341.3450.2153.53
HexC44D7203D2A171553236
Octal30411516207552275256266
Binary1100010010011011110010011110110101010111101010101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44D72; }

 p { color: rgb(196,77,114); }

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

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

 a { background-color: rgb(196,77,114); }

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

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

 span { border-color: rgb(196,77,114); }

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