Html Css Color HEX #C95661 Mandy

📋 copy color: '#C95661'

red 201 ◦ green 86 ◦ blue 97

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

Shades of Mandy #C95661

Tints of Mandy #C95661

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.4%

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

R = 52.34%
G = 22.4%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C95661 (or 0xC95661) is known color: Mandy. HEX triplet: C9, 56 and 61. RGB value is (201,86,97). Sum of RGB (Red+Green+Blue) = 201+86+97=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C95661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95661 is #36A99E. Grayscale: #797979. Windows color (decimal): -3582367 or 6379209. OLE color: 6379209.

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

Color convert

RGB 201 86 97 -
CMYK 0 0.57 0.52 0.21
HSL 354.26º 0.52% 0.56% -
HSV(B) 354.26º 0.57% 0.79% -
XYZ 29.57 19.94 13.6 -
YUV 121.64 114.1 184.61 -
System Red Green Blue C M Y K H S L
Decimal 201 86 97 0 0.57 0.52 0.21 354.26 0.52 0.56
Hex C9 56 61 0 39 34 15 162 34 38
Octal 311 126 141 0 71 64 25 542 64 70
Binary 11001001 1010110 1100001 0 111001 110100 10101 101100010 110100 111000

Color Harmonies of #C95661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95661

Black with #C95661

Text Example


Text Example

White with #C95661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95661; }

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

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

background-color css

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

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

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

border-color css

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

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

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