Html Css Color HEX #C95061 Mandy

📋 copy color: '#C95061'

red 201 ◦ green 80 ◦ blue 97

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

Shades of Mandy #C95061

Tints of Mandy #C95061

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.16%

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

R = 53.17%
G = 21.16%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C95061 (or 0xC95061) is known color: Mandy. HEX triplet: C9, 50 and 61. RGB value is (201,80,97). Sum of RGB (Red+Green+Blue) = 201+80+97=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C95061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95061 is #36AF9E. Grayscale: #767676. Windows color (decimal): -3583903 or 6377673. OLE color: 6377673.

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

Color convert

RGB 201 80 97 -
CMYK 0 0.60 0.52 0.21
HSL 351.57º 0.53% 0.55% -
HSV(B) 351.57º 0.6% 0.79% -
XYZ 29.11 19.02 13.45 -
YUV 118.12 116.09 187.12 -
System Red Green Blue C M Y K H S L
Decimal 201 80 97 0 0.60 0.52 0.21 351.57 0.53 0.55
Hex C9 50 61 0 3C 34 15 160 35 37
Octal 311 120 141 0 74 64 25 540 65 67
Binary 11001001 1010000 1100001 0 111100 110100 10101 101100000 110101 110111

Color Harmonies of #C95061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95061

Black with #C95061

Text Example


Text Example

White with #C95061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95061; }

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

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

background-color css

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

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

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

border-color css

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

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

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