#C34E63

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

Shades of Cabaret #C34E63

Tints of Cabaret #C34E63

Color information

#C34E63 (or 0xC34E63) is unknown color: approx Cabaret. HEX triplet: C3, 4E and 63. RGB value is (195,78,99). Sum of RGB (Red+Green+Blue) = 195+78+99=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 99 (39.06% from 255 or 26.61% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E63 is #3CB19C. Grayscale: #737373. Windows color (decimal): -3977629 or 6508227. OLE color: 6508227.

HSL color Cylindrical-coordinate representation of color #C34E63: hue angle of 349.23º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C34E63 is Cyan = 0, Magento = 0.6, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB1957899-
CMYK00.60.490.24
HSL349.23º49.37%53.53%-
HSV(B)349.23º60%76.47%-
XYZ27.4817.9513.82-
YUV115.38118.76184.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.42%
GREEN value IS 78 (30.86% from 255) = 20.97%
BLUE value IS 99 (39.06% from 255) = 26.61%
R=52.42%
G=20.97%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195789900.60.490.24349.2349.3753.53
HexC34E6303C311815d3136
Octal30311614307461305356166
Binary1100001110011101100011011110011000111000101011101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34E63; }

 p { color: rgb(195,78,99); }

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

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

 a { background-color: rgb(195,78,99); }

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

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

 span { border-color: rgb(195,78,99); }

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