#C35058

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

Shades of Mandy #C35058

Tints of Mandy #C35058

Color information

#C35058 (or 0xC35058) is unknown color: approx Mandy. HEX triplet: C3, 50 and 58. RGB value is (195,80,88). Sum of RGB (Red+Green+Blue) = 195+80+88=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C35058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35058 is #3CAFA7. Grayscale: #737373. Windows color (decimal): -3977128 or 5787843. OLE color: 5787843.

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

Color convert

RGB1958088-
CMYK00.590.550.24
HSL355.83º48.94%53.92%-
HSV(B)355.83º58.97%76.47%-
XYZ27.1418.0411.29-
YUV115.3112.6184.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.72%
GREEN value IS 80 (31.64% from 255) = 22.04%
BLUE value IS 88 (34.77% from 255) = 24.24%
R=53.72%
G=22.04%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195808800.590.550.24355.8348.9453.92
HexC3505803B37181643136
Octal30312013007367305446166
Binary1100001110100001011000011101111011111000101100100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35058; }

 p { color: rgb(195,80,88); }

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

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

 a { background-color: rgb(195,80,88); }

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

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

 span { border-color: rgb(195,80,88); }

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