#C35D62

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

Shades of Mandy #C35D62

Tints of Mandy #C35D62

Color information

#C35D62 (or 0xC35D62) is unknown color: approx Mandy. HEX triplet: C3, 5D and 62. RGB value is (195,93,98). Sum of RGB (Red+Green+Blue) = 195+93+98=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35D62 is #3CA29D. Grayscale: #7C7C7C. Windows color (decimal): -3973790 or 6446531. OLE color: 6446531.

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

Color convert

RGB1959398-
CMYK00.520.500.24
HSL357.06º45.95%56.47%-
HSV(B)357.06º52.31%76.47%-
XYZ28.6220.3113.97-
YUV124.07113.29178.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.52%
GREEN value IS 93 (36.72% from 255) = 24.09%
BLUE value IS 98 (38.67% from 255) = 25.39%
R=50.52%
G=24.09%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195939800.520.500.24357.0645.9556.47
HexC35D6203432181652e38
Octal30313514206462305455670
Binary1100001110111011100010011010011001011000101100101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35D62; }

 p { color: rgb(195,93,98); }

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

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

 a { background-color: rgb(195,93,98); }

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

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

 span { border-color: rgb(195,93,98); }

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