Html Css Color HEX #C85558 Mandy

📋 copy color: '#C85558'

red 200 ◦ green 85 ◦ blue 88

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

Shades of Mandy #C85558

Tints of Mandy #C85558

RGB

 RED value IS 200 (78.52% from 255) = 53.62%

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

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

R = 53.62%
G = 22.79%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C85558 (or 0xC85558) is known color: Mandy. HEX triplet: C8, 55 and 58. RGB value is (200,85,88). Sum of RGB (Red+Green+Blue) = 200+85+88=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C85558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85558 is #37AAA7. Grayscale: #777777. Windows color (decimal): -3648168 or 5789128. OLE color: 5789128.

HSL color Cylindrical-coordinate representation of color #C85558: hue angle of 358.43º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85558 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 85 88 -
CMYK 0 0.58 0.56 0.22
HSL 358.43º 0.51% 0.56% -
HSV(B) 358.43º 0.58% 0.78% -
XYZ 28.83 19.48 11.47 -
YUV 119.73 110.1 185.26 -
System Red Green Blue C M Y K H S L
Decimal 200 85 88 0 0.58 0.56 0.22 358.43 0.51 0.56
Hex C8 55 58 0 3A 38 16 166 33 38
Octal 310 125 130 0 72 70 26 546 63 70
Binary 11001000 1010101 1011000 0 111010 111000 10110 101100110 110011 111000

Color Harmonies of #C85558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85558

Black with #C85558

Text Example


Text Example

White with #C85558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85558; }

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

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

background-color css

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

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

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

border-color css

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

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

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