Html Css Color HEX #C95261 Mandy

📋 copy color: '#C95261'

red 201 ◦ green 82 ◦ blue 97

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

Shades of Mandy #C95261

Tints of Mandy #C95261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.58%

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

R = 52.89%
G = 21.58%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C95261 (or 0xC95261) is known color: Mandy. HEX triplet: C9, 52 and 61. RGB value is (201,82,97). Sum of RGB (Red+Green+Blue) = 201+82+97=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C95261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95261 is #36AD9E. Grayscale: #777777. Windows color (decimal): -3583391 or 6378185. OLE color: 6378185.

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

Color convert

RGB 201 82 97 -
CMYK 0 0.59 0.52 0.21
HSL 352.44º 0.52% 0.55% -
HSV(B) 352.44º 0.59% 0.79% -
XYZ 29.26 19.32 13.5 -
YUV 119.29 115.42 186.28 -
System Red Green Blue C M Y K H S L
Decimal 201 82 97 0 0.59 0.52 0.21 352.44 0.52 0.55
Hex C9 52 61 0 3B 34 15 160 34 37
Octal 311 122 141 0 73 64 25 540 64 67
Binary 11001001 1010010 1100001 0 111011 110100 10101 101100000 110100 110111

Color Harmonies of #C95261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95261

Black with #C95261

Text Example


Text Example

White with #C95261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95261; }

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

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

background-color css

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

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

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

border-color css

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

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

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