Html Css Color HEX #C35560 Mandy

📋 copy color: '#C35560'

red 195 ◦ green 85 ◦ blue 96

#C35560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #C35560

Tints of Mandy #C35560

RGB

 RED value IS 195 (76.56% from 255) = 51.86%

 GREEN value IS 85 (33.59% from 255) = 22.61%

 BLUE value IS 96 (37.89% from 255) = 25.53%

R = 51.86%
G = 22.61%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C35560 (or 0xC35560) is known color: Mandy. HEX triplet: C3, 55 and 60. RGB value is (195,85,96). Sum of RGB (Red+Green+Blue) = 195+85+96=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C35560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35560 is #3CAA9F. Grayscale: #777777. Windows color (decimal): -3975840 or 6313411. OLE color: 6313411.

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

Color convert

RGB 195 85 96 -
CMYK 0 0.56 0.51 0.24
HSL 354º 0.48% 0.55% -
HSV(B) 354º 0.56% 0.76% -
XYZ 27.87 18.94 13.25 -
YUV 119.14 114.94 182.11 -
System Red Green Blue C M Y K H S L
Decimal 195 85 96 0 0.56 0.51 0.24 354 0.48 0.55
Hex C3 55 60 0 38 33 18 162 30 37
Octal 303 125 140 0 70 63 30 542 60 67
Binary 11000011 1010101 1100000 0 111000 110011 11000 101100010 110000 110111

Color Harmonies of #C35560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35560

Black with #C35560

Text Example


Text Example

White with #C35560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35560; }

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

 H1.HeaderClassName
 {
   color: #C35560;
 }
 .AnyTagClassName
 {
   color: #C35560;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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