#C34E71

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

Shades of Cabaret #C34E71

Tints of Cabaret #C34E71

Color information

#C34E71 (or 0xC34E71) is unknown color: approx Cabaret. HEX triplet: C3, 4E and 71. RGB value is (195,78,113). Sum of RGB (Red+Green+Blue) = 195+78+113=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E71 is #3CB18E. Grayscale: #747474. Windows color (decimal): -3977615 or 7425731. OLE color: 7425731.

HSL color Cylindrical-coordinate representation of color #C34E71: hue angle of 342.05º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C34E71 is Cyan = 0, Magento = 0.6, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB19578113-
CMYK00.60.420.24
HSL342.05º49.37%53.53%-
HSV(B)342.05º60%76.47%-
XYZ28.2118.2417.66-
YUV116.97125.76183.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.52%
GREEN value IS 78 (30.86% from 255) = 20.21%
BLUE value IS 113 (44.53% from 255) = 29.27%
R=50.52%
G=20.21%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957811300.60.420.24342.0549.3753.53
HexC34E7103C2A181563136
Octal30311616107452305266166
Binary1100001110011101110001011110010101011000101010110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34E71; }

 p { color: rgb(195,78,113); }

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

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

 a { background-color: rgb(195,78,113); }

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

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

 span { border-color: rgb(195,78,113); }

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