Html Css Color HEX #C95558 Mandy

📋 copy color: '#C95558'

red 201 ◦ green 85 ◦ blue 88

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

Shades of Mandy #C95558

Tints of Mandy #C95558

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.73%

 BLUE value IS 88 (34.77% from 255) = 23.53%

R = 53.74%
G = 22.73%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C95558 (or 0xC95558) is known color: Mandy. HEX triplet: C9, 55 and 58. RGB value is (201,85,88). Sum of RGB (Red+Green+Blue) = 201+85+88=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C95558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95558 is #36AAA7. Grayscale: #787878. Windows color (decimal): -3582632 or 5789129. OLE color: 5789129.

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

Color convert

RGB 201 85 88 -
CMYK 0 0.58 0.56 0.21
HSL 358.45º 0.52% 0.56% -
HSV(B) 358.45º 0.58% 0.79% -
XYZ 29.1 19.62 11.49 -
YUV 120.03 109.93 185.76 -
System Red Green Blue C M Y K H S L
Decimal 201 85 88 0 0.58 0.56 0.21 358.45 0.52 0.56
Hex C9 55 58 0 3A 38 15 166 34 38
Octal 311 125 130 0 72 70 25 546 64 70
Binary 11001001 1010101 1011000 0 111010 111000 10101 101100110 110100 111000

Color Harmonies of #C95558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95558

Black with #C95558

Text Example


Text Example

White with #C95558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95558; }

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

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

background-color css

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

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

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

border-color css

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

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

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