#c34866

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

Shades of Cabaret #C34866

Tints of Cabaret #C34866

Color information

#C34866 (or 0xC34866) is unknown color: approx Cabaret. HEX triplet: C3, 48 and 66. RGB value is (195,72,102). Sum of RGB (Red+Green+Blue) = 195+72+102=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C34866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34866 is #3CB799. Grayscale: #707070. Windows color (decimal): -3979162 or 6703299. OLE color: 6703299.

HSL color Cylindrical-coordinate representation of color #C34866: hue angle of 345.37º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34866 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB19572102-
CMYK00.630.480.24
HSL345.37º50.62%52.35%-
HSV(B)345.37º63.08%76.47%-
XYZ27.2217.214.45-
YUV112.2122.25187.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.85%
GREEN value IS 72 (28.52% from 255) = 19.51%
BLUE value IS 102 (40.23% from 255) = 27.64%
R=52.85%
G=19.51%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957210200.630.480.24345.3750.6252.35
HexC3486603F30181593334
Octal30311014607760305316364
Binary1100001110010001100110011111111000011000101011001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c34866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c34866; }

 p { color: rgb(195,72,102); }

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

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

 a { background-color: rgb(195,72,102); }

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

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

 span { border-color: rgb(195,72,102); }

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