Html Css Color HEX #C95455 Mandy

📋 copy color: '#C95455'

red 201 ◦ green 84 ◦ blue 85

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

Shades of Mandy #C95455

Tints of Mandy #C95455

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.7%

 BLUE value IS 85 (33.59% from 255) = 22.97%

R = 54.32%
G = 22.7%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C95455 (or 0xC95455) is known color: Mandy. HEX triplet: C9, 54 and 55. RGB value is (201,84,85). Sum of RGB (Red+Green+Blue) = 201+84+85=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C95455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95455 is #36ABAA. Grayscale: #777777. Windows color (decimal): -3582891 or 5592265. OLE color: 5592265.

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

Color convert

RGB 201 84 85 -
CMYK 0 0.58 0.58 0.21
HSL 359.49º 0.52% 0.56% -
HSV(B) 359.49º 0.58% 0.79% -
XYZ 28.9 19.41 10.82 -
YUV 119.1 108.76 186.42 -
System Red Green Blue C M Y K H S L
Decimal 201 84 85 0 0.58 0.58 0.21 359.49 0.52 0.56
Hex C9 54 55 0 3A 3A 15 167 34 38
Octal 311 124 125 0 72 72 25 547 64 70
Binary 11001001 1010100 1010101 0 111010 111010 10101 101100111 110100 111000

Color Harmonies of #C95455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95455

Black with #C95455

Text Example


Text Example

White with #C95455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95455; }

 p { color: rgb(201,84,85); }

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

background-color css

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

 a { background-color: rgb(201,84,85); }

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

border-color css

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

 span { border-color: rgb(201,84,85); }

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