#c35658

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

Shades of Mandy #C35658

Tints of Mandy #C35658

Color information

#C35658 (or 0xC35658) is unknown color: approx Mandy. HEX triplet: C3, 56 and 58. RGB value is (195,86,88). Sum of RGB (Red+Green+Blue) = 195+86+88=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C35658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35658 is #3CA9A7. Grayscale: #767676. Windows color (decimal): -3975592 or 5789379. OLE color: 5789379.

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

Color convert

RGB1958688-
CMYK00.560.550.24
HSL358.9º47.6%55.1%-
HSV(B)358.9º55.9%76.47%-
XYZ27.5918.9611.44-
YUV118.82110.61182.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.85%
GREEN value IS 86 (33.98% from 255) = 23.31%
BLUE value IS 88 (34.77% from 255) = 23.85%
R=52.85%
G=23.31%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195868800.560.550.24358.947.655.1
HexC3565803837181673037
Octal30312613007067305476067
Binary1100001110101101011000011100011011111000101100111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c35658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c35658; }

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

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

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

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

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

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

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

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