#C34D6F

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

Shades of Cabaret #C34D6F

Tints of Cabaret #C34D6F

Color information

#C34D6F (or 0xC34D6F) is unknown color: approx Cabaret. HEX triplet: C3, 4D and 6F. RGB value is (195,77,111). Sum of RGB (Red+Green+Blue) = 195+77+111=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34D6F is #3CB290. Grayscale: #747474. Windows color (decimal): -3977873 or 7294403. OLE color: 7294403.

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

Color convert

RGB19577111-
CMYK00.610.430.24
HSL342.71º49.58%53.33%-
HSV(B)342.71º60.51%76.47%-
XYZ28.0318.0617.05-
YUV116.16125.09184.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.91%
GREEN value IS 77 (30.47% from 255) = 20.10%
BLUE value IS 111 (43.75% from 255) = 28.98%
R=50.91%
G=20.10%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957711100.610.430.24342.7149.5853.33
HexC34D6F03D2B181573235
Octal30311515707553305276265
Binary1100001110011011101111011110110101111000101010111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34D6F; }

 p { color: rgb(195,77,111); }

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

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

 a { background-color: rgb(195,77,111); }

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

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

 span { border-color: rgb(195,77,111); }

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