Html Css Color HEX #C85C5E Mandy

📋 copy color: '#C85C5E'

red 200 ◦ green 92 ◦ blue 94

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

Shades of Mandy #C85C5E

Tints of Mandy #C85C5E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.83%

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

R = 51.81%
G = 23.83%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C85C5E (or 0xC85C5E) is known color: Mandy. HEX triplet: C8, 5C and 5E. RGB value is (200,92,94). Sum of RGB (Red+Green+Blue) = 200+92+94=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85C5E is #37A3A1. Grayscale: #7C7C7C. Windows color (decimal): -3646370 or 6184136. OLE color: 6184136.

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

Color convert

RGB 200 92 94 -
CMYK 0 0.54 0.53 0.22
HSL 358.89º 0.5% 0.57% -
HSV(B) 358.89º 0.54% 0.78% -
XYZ 29.67 20.74 13.03 -
YUV 124.52 110.78 181.84 -
System Red Green Blue C M Y K H S L
Decimal 200 92 94 0 0.54 0.53 0.22 358.89 0.5 0.57
Hex C8 5C 5E 0 36 35 16 167 32 39
Octal 310 134 136 0 66 65 26 547 62 71
Binary 11001000 1011100 1011110 0 110110 110101 10110 101100111 110010 111001

Color Harmonies of #C85C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85C5E

Black with #C85C5E

Text Example


Text Example

White with #C85C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85C5E; }

 p { color: rgb(200,92,94); }

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

background-color css

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

 a { background-color: rgb(200,92,94); }

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

border-color css

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

 span { border-color: rgb(200,92,94); }

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