#C34C6D

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

Shades of Cabaret #C34C6D

Tints of Cabaret #C34C6D

Color information

#C34C6D (or 0xC34C6D) is unknown color: approx Cabaret. HEX triplet: C3, 4C and 6D. RGB value is (195,76,109). Sum of RGB (Red+Green+Blue) = 195+76+109=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34C6D is #3CB392. Grayscale: #737373. Windows color (decimal): -3978131 or 7163075. OLE color: 7163075.

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

Color convert

RGB19576109-
CMYK00.610.440.24
HSL343.36º49.79%53.14%-
HSV(B)343.36º61.03%76.47%-
XYZ27.8517.8816.45-
YUV115.34124.42184.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.32%
GREEN value IS 76 (30.08% from 255) = 20%
BLUE value IS 109 (42.97% from 255) = 28.68%
R=51.32%
G=20%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957610900.610.440.24343.3649.7953.14
HexC34C6D03D2C181573235
Octal30311415507554305276265
Binary1100001110011001101101011110110110011000101010111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34C6D; }

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

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

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

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

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

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

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

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