#C44D6E

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

Shades of Cabaret #C44D6E

Tints of Cabaret #C44D6E

Color information

#C44D6E (or 0xC44D6E) is unknown color: approx Cabaret. HEX triplet: C4, 4D and 6E. RGB value is (196,77,110). Sum of RGB (Red+Green+Blue) = 196+77+110=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44D6E is #3BB291. Grayscale: #747474. Windows color (decimal): -3912338 or 7228868. OLE color: 7228868.

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

Color convert

RGB19677110-
CMYK00.610.440.23
HSL343.36º50.21%53.53%-
HSV(B)343.36º60.71%76.86%-
XYZ28.2318.1716.77-
YUV116.34124.42184.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.17%
GREEN value IS 77 (30.47% from 255) = 20.10%
BLUE value IS 110 (43.36% from 255) = 28.72%
R=51.17%
G=20.10%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967711000.610.440.23343.3650.2153.53
HexC44D6E03D2C171573236
Octal30411515607554275276266
Binary1100010010011011101110011110110110010111101010111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44D6E; }

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

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

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

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

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

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

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

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