Html Css Color HEX #C95861 Mandy

📋 copy color: '#C95861'

red 201 ◦ green 88 ◦ blue 97

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

Shades of Mandy #C95861

Tints of Mandy #C95861

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.8%

 BLUE value IS 97 (38.28% from 255) = 25.13%

R = 52.07%
G = 22.8%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C95861 (or 0xC95861) is known color: Mandy. HEX triplet: C9, 58 and 61. RGB value is (201,88,97). Sum of RGB (Red+Green+Blue) = 201+88+97=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C95861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95861 is #36A79E. Grayscale: #7A7A7A. Windows color (decimal): -3581855 or 6379721. OLE color: 6379721.

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

Color convert

RGB 201 88 97 -
CMYK 0 0.56 0.52 0.21
HSL 355.22º 0.51% 0.57% -
HSV(B) 355.22º 0.56% 0.79% -
XYZ 29.73 20.26 13.65 -
YUV 122.81 113.44 183.77 -
System Red Green Blue C M Y K H S L
Decimal 201 88 97 0 0.56 0.52 0.21 355.22 0.51 0.57
Hex C9 58 61 0 38 34 15 163 33 39
Octal 311 130 141 0 70 64 25 543 63 71
Binary 11001001 1011000 1100001 0 111000 110100 10101 101100011 110011 111001

Color Harmonies of #C95861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95861

Black with #C95861

Text Example


Text Example

White with #C95861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95861; }

 p { color: rgb(201,88,97); }

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

background-color css

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

 a { background-color: rgb(201,88,97); }

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

border-color css

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

 span { border-color: rgb(201,88,97); }

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