Html Css Color HEX #C95A5E Mandy

📋 copy color: '#C95A5E'

red 201 ◦ green 90 ◦ blue 94

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

Shades of Mandy #C95A5E

Tints of Mandy #C95A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.42%

R = 52.21%
G = 23.38%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C95A5E (or 0xC95A5E) is known color: Mandy. HEX triplet: C9, 5A and 5E. RGB value is (201,90,94). Sum of RGB (Red+Green+Blue) = 201+90+94=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95A5E is #36A5A1. Grayscale: #7B7B7B. Windows color (decimal): -3581346 or 6183625. OLE color: 6183625.

HSL color Cylindrical-coordinate representation of color #C95A5E: hue angle of 357.84º 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 #C95A5E is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 90 94 -
CMYK 0 0.55 0.53 0.21
HSL 357.84º 0.51% 0.57% -
HSV(B) 357.84º 0.55% 0.79% -
XYZ 29.76 20.54 12.99 -
YUV 123.65 111.27 183.17 -
System Red Green Blue C M Y K H S L
Decimal 201 90 94 0 0.55 0.53 0.21 357.84 0.51 0.57
Hex C9 5A 5E 0 37 35 15 166 33 39
Octal 311 132 136 0 67 65 25 546 63 71
Binary 11001001 1011010 1011110 0 110111 110101 10101 101100110 110011 111001

Color Harmonies of #C95A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95A5E

Black with #C95A5E

Text Example


Text Example

White with #C95A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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