#C35164

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

Shades of Cabaret #C35164

Tints of Cabaret #C35164

Color information

#C35164 (or 0xC35164) is unknown color: approx Cabaret. HEX triplet: C3, 51 and 64. RGB value is (195,81,100). Sum of RGB (Red+Green+Blue) = 195+81+100=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C35164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35164 is #3CAE9B. Grayscale: #757575. Windows color (decimal): -3976860 or 6574531. OLE color: 6574531.

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

Color convert

RGB19581100-
CMYK00.580.490.24
HSL350º48.72%54.12%-
HSV(B)350º58.46%76.47%-
XYZ27.7518.4114.15-
YUV117.25118.27183.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.86%
GREEN value IS 81 (32.03% from 255) = 21.54%
BLUE value IS 100 (39.45% from 255) = 26.60%
R=51.86%
G=21.54%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958110000.580.490.2435048.7254.12
HexC3516403A311815e3136
Octal30312114407261305366166
Binary1100001110100011100100011101011000111000101011110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35164; }

 p { color: rgb(195,81,100); }

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

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

 a { background-color: rgb(195,81,100); }

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

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

 span { border-color: rgb(195,81,100); }

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