Html Css Color HEX #C95563 Mandy

📋 copy color: '#C95563'

red 201 ◦ green 85 ◦ blue 99

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

Shades of Mandy #C95563

Tints of Mandy #C95563

RGB

 RED value IS 201 (78.91% from 255) = 52.21%

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

 BLUE value IS 99 (39.06% from 255) = 25.71%

R = 52.21%
G = 22.08%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C95563 (or 0xC95563) is known color: Mandy. HEX triplet: C9, 55 and 63. RGB value is (201,85,99). Sum of RGB (Red+Green+Blue) = 201+85+99=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C95563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95563 is #36AA9C. Grayscale: #797979. Windows color (decimal): -3582621 or 6510025. OLE color: 6510025.

HSL color Cylindrical-coordinate representation of color #C95563: hue angle of 352.76º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C95563 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 85 99 -
CMYK 0 0.58 0.51 0.21
HSL 352.76º 0.52% 0.56% -
HSV(B) 352.76º 0.58% 0.79% -
XYZ 29.59 19.82 14.07 -
YUV 121.28 115.43 184.86 -
System Red Green Blue C M Y K H S L
Decimal 201 85 99 0 0.58 0.51 0.21 352.76 0.52 0.56
Hex C9 55 63 0 3A 33 15 161 34 38
Octal 311 125 143 0 72 63 25 541 64 70
Binary 11001001 1010101 1100011 0 111010 110011 10101 101100001 110100 111000

Color Harmonies of #C95563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95563

Black with #C95563

Text Example


Text Example

White with #C95563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95563; }

 p { color: rgb(201,85,99); }

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

background-color css

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

 a { background-color: rgb(201,85,99); }

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

border-color css

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

 span { border-color: rgb(201,85,99); }

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