#C44F71

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

Shades of Cabaret #C44F71

Tints of Cabaret #C44F71

Color information

#C44F71 (or 0xC44F71) is unknown color: approx Cabaret. HEX triplet: C4, 4F and 71. RGB value is (196,79,113). Sum of RGB (Red+Green+Blue) = 196+79+113=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44F71 is #3BB08E. Grayscale: #757575. Windows color (decimal): -3911823 or 7425988. OLE color: 7425988.

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

Color convert

RGB19679113-
CMYK00.600.420.23
HSL342.56º49.79%53.92%-
HSV(B)342.56º59.69%76.86%-
XYZ28.5418.5217.69-
YUV117.86125.26183.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.52%
GREEN value IS 79 (31.25% from 255) = 20.36%
BLUE value IS 113 (44.53% from 255) = 29.12%
R=50.52%
G=20.36%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967911300.600.420.23342.5649.7953.92
HexC44F7103C2A171573236
Octal30411716107452275276266
Binary1100010010011111110001011110010101010111101010111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44F71; }

 p { color: rgb(196,79,113); }

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

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

 a { background-color: rgb(196,79,113); }

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

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

 span { border-color: rgb(196,79,113); }

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