#C34C71

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

Shades of Cabaret #C34C71

Tints of Cabaret #C34C71

Color information

#C34C71 (or 0xC34C71) is unknown color: approx Cabaret. HEX triplet: C3, 4C and 71. RGB value is (195,76,113). Sum of RGB (Red+Green+Blue) = 195+76+113=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34C71 is #3CB38E. Grayscale: #737373. Windows color (decimal): -3978127 or 7425219. OLE color: 7425219.

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

Color convert

RGB19576113-
CMYK00.610.420.24
HSL341.34º49.79%53.14%-
HSV(B)341.34º61.03%76.47%-
XYZ28.0717.9617.61-
YUV115.8126.42184.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.78%
GREEN value IS 76 (30.08% from 255) = 19.79%
BLUE value IS 113 (44.53% from 255) = 29.43%
R=50.78%
G=19.79%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957611300.610.420.24341.3449.7953.14
HexC34C7103D2A181553235
Octal30311416107552305256265
Binary1100001110011001110001011110110101011000101010101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34C71; }

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

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

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

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

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

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

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

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