#C35557

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

Shades of Mandy #C35557

Tints of Mandy #C35557

Color information

#C35557 (or 0xC35557) is unknown color: approx Mandy. HEX triplet: C3, 55 and 57. RGB value is (195,85,87). Sum of RGB (Red+Green+Blue) = 195+85+87=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C35557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35557 is #3CAAA8. Grayscale: #767676. Windows color (decimal): -3975849 or 5723587. OLE color: 5723587.

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

Color convert

RGB1958587-
CMYK00.560.550.24
HSL358.91º47.83%54.9%-
HSV(B)358.91º56.41%76.47%-
XYZ27.4718.7911.2-
YUV118.12110.44182.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.13%
GREEN value IS 85 (33.59% from 255) = 23.16%
BLUE value IS 87 (34.38% from 255) = 23.71%
R=53.13%
G=23.16%
B=23.71%

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
Decimal195858700.560.550.24358.9147.8354.9
HexC3555703837181673037
Octal30312512707067305476067
Binary1100001110101011010111011100011011111000101100111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35557; }

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

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

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

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

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

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

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

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