#C34A6A

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

Shades of Cabaret #C34A6A

Tints of Cabaret #C34A6A

Color information

#C34A6A (or 0xC34A6A) is unknown color: approx Cabaret. HEX triplet: C3, 4A and 6A. RGB value is (195,74,106). Sum of RGB (Red+Green+Blue) = 195+74+106=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34A6A is #3CB595. Grayscale: #717171. Windows color (decimal): -3978646 or 6965955. OLE color: 6965955.

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

Color convert

RGB19574106-
CMYK00.620.460.24
HSL344.13º50.21%52.75%-
HSV(B)344.13º62.05%76.47%-
XYZ27.5617.5415.57-
YUV113.83123.59185.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52%
GREEN value IS 74 (29.30% from 255) = 19.73%
BLUE value IS 106 (41.80% from 255) = 28.27%
R=52%
G=19.73%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957410600.620.460.24344.1350.2152.75
HexC34A6A03E2E181583235
Octal30311215207656305306265
Binary1100001110010101101010011111010111011000101011000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34A6A; }

 p { color: rgb(195,74,106); }

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

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

 a { background-color: rgb(195,74,106); }

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

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

 span { border-color: rgb(195,74,106); }

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