#C35758

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

Shades of Mandy #C35758

Tints of Mandy #C35758

Color information

#C35758 (or 0xC35758) is unknown color: approx Mandy. HEX triplet: C3, 57 and 58. RGB value is (195,87,88). Sum of RGB (Red+Green+Blue) = 195+87+88=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C35758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35758 is #3CA8A7. Grayscale: #777777. Windows color (decimal): -3975336 or 5789635. OLE color: 5789635.

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

Color convert

RGB1958788-
CMYK00.550.550.24
HSL359.44º47.37%55.29%-
HSV(B)359.44º55.38%76.47%-
XYZ27.6819.1211.46-
YUV119.41110.28181.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.70%
GREEN value IS 87 (34.38% from 255) = 23.51%
BLUE value IS 88 (34.77% from 255) = 23.78%
R=52.70%
G=23.51%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195878800.550.550.24359.4447.3755.29
HexC3575803737181672f37
Octal30312713006767305475767
Binary1100001110101111011000011011111011111000101100111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35758; }

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

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

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

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

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

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

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

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