Html Css Color HEX #C95A61 Mandy

📋 copy color: '#C95A61'

red 201 ◦ green 90 ◦ blue 97

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

Shades of Mandy #C95A61

Tints of Mandy #C95A61

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.2%

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

R = 51.8%
G = 23.2%
B = 25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C95A61 (or 0xC95A61) is known color: Mandy. HEX triplet: C9, 5A and 61. RGB value is (201,90,97). Sum of RGB (Red+Green+Blue) = 201+90+97=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95A61 is #36A59E. Grayscale: #7C7C7C. Windows color (decimal): -3581343 or 6380233. OLE color: 6380233.

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

Color convert

RGB 201 90 97 -
CMYK 0 0.55 0.52 0.21
HSL 356.22º 0.51% 0.57% -
HSV(B) 356.22º 0.55% 0.79% -
XYZ 29.9 20.59 13.71 -
YUV 123.99 112.77 182.93 -
System Red Green Blue C M Y K H S L
Decimal 201 90 97 0 0.55 0.52 0.21 356.22 0.51 0.57
Hex C9 5A 61 0 37 34 15 164 33 39
Octal 311 132 141 0 67 64 25 544 63 71
Binary 11001001 1011010 1100001 0 110111 110100 10101 101100100 110011 111001

Color Harmonies of #C95A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95A61

Black with #C95A61

Text Example


Text Example

White with #C95A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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