Html Css Color HEX #C85D5F Mandy

📋 copy color: '#C85D5F'

red 200 ◦ green 93 ◦ blue 95

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

Shades of Mandy #C85D5F

Tints of Mandy #C85D5F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.97%

 BLUE value IS 95 (37.5% from 255) = 24.48%

R = 51.55%
G = 23.97%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C85D5F (or 0xC85D5F) is known color: Mandy. HEX triplet: C8, 5D and 5F. RGB value is (200,93,95). Sum of RGB (Red+Green+Blue) = 200+93+95=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85D5F is #37A2A0. Grayscale: #7D7D7D. Windows color (decimal): -3646113 or 6249928. OLE color: 6249928.

HSL color Cylindrical-coordinate representation of color #C85D5F: hue angle of 358.88º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85D5F is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 93 95 -
CMYK 0 0.54 0.52 0.22
HSL 358.88º 0.49% 0.57% -
HSV(B) 358.88º 0.54% 0.78% -
XYZ 29.8 20.93 13.3 -
YUV 125.22 110.95 181.34 -
System Red Green Blue C M Y K H S L
Decimal 200 93 95 0 0.54 0.52 0.22 358.88 0.49 0.57
Hex C8 5D 5F 0 36 34 16 167 31 39
Octal 310 135 137 0 66 64 26 547 61 71
Binary 11001000 1011101 1011111 0 110110 110100 10110 101100111 110001 111001

Color Harmonies of #C85D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85D5F

Black with #C85D5F

Text Example


Text Example

White with #C85D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85D5F; }

 p { color: rgb(200,93,95); }

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

background-color css

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

 a { background-color: rgb(200,93,95); }

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

border-color css

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

 span { border-color: rgb(200,93,95); }

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