#C34C6A

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

Shades of Cabaret #C34C6A

Tints of Cabaret #C34C6A

Color information

#C34C6A (or 0xC34C6A) is unknown color: approx Cabaret. HEX triplet: C3, 4C and 6A. RGB value is (195,76,106). Sum of RGB (Red+Green+Blue) = 195+76+106=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34C6A is #3CB395. Grayscale: #737373. Windows color (decimal): -3978134 or 6966467. OLE color: 6966467.

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

Color convert

RGB19576106-
CMYK00.610.460.24
HSL344.87º49.79%53.14%-
HSV(B)344.87º61.03%76.47%-
XYZ27.6917.8115.61-
YUV115122.92185.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.72%
GREEN value IS 76 (30.08% from 255) = 20.16%
BLUE value IS 106 (41.80% from 255) = 28.12%
R=51.72%
G=20.16%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957610600.610.460.24344.8749.7953.14
HexC34C6A03D2E181593235
Octal30311415207556305316265
Binary1100001110011001101010011110110111011000101011001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34C6A; }

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

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

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

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

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

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

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

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