#C35171

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

Shades of Cabaret #C35171

Tints of Cabaret #C35171

Color information

#C35171 (or 0xC35171) is unknown color: approx Cabaret. HEX triplet: C3, 51 and 71. RGB value is (195,81,113). Sum of RGB (Red+Green+Blue) = 195+81+113=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C35171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35171 is #3CAE8E. Grayscale: #767676. Windows color (decimal): -3976847 or 7426499. OLE color: 7426499.

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

Color convert

RGB19581113-
CMYK00.580.420.24
HSL343.16º48.72%54.12%-
HSV(B)343.16º58.46%76.47%-
XYZ28.4318.6817.73-
YUV118.73124.77182.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.13%
GREEN value IS 81 (32.03% from 255) = 20.82%
BLUE value IS 113 (44.53% from 255) = 29.05%
R=50.13%
G=20.82%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958111300.580.420.24343.1648.7254.12
HexC3517103A2A181573136
Octal30312116107252305276166
Binary1100001110100011110001011101010101011000101010111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35171; }

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

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

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

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

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

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

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

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