Html Css Color HEX #C85B5D Mandy

📋 copy color: '#C85B5D'

red 200 ◦ green 91 ◦ blue 93

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

Shades of Mandy #C85B5D

Tints of Mandy #C85B5D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.7%

 BLUE value IS 93 (36.72% from 255) = 24.22%

R = 52.08%
G = 23.7%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C85B5D (or 0xC85B5D) is known color: Mandy. HEX triplet: C8, 5B and 5D. RGB value is (200,91,93). Sum of RGB (Red+Green+Blue) = 200+91+93=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85B5D is #37A4A2. Grayscale: #7B7B7B. Windows color (decimal): -3646627 or 6118344. OLE color: 6118344.

HSL color Cylindrical-coordinate representation of color #C85B5D: hue angle of 358.9º 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 #C85B5D is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 91 93 -
CMYK 0 0.54 0.54 0.22
HSL 358.9º 0.5% 0.57% -
HSV(B) 358.9º 0.55% 0.78% -
XYZ 29.54 20.55 12.77 -
YUV 123.82 110.61 182.34 -
System Red Green Blue C M Y K H S L
Decimal 200 91 93 0 0.54 0.54 0.22 358.9 0.5 0.57
Hex C8 5B 5D 0 36 36 16 167 32 39
Octal 310 133 135 0 66 66 26 547 62 71
Binary 11001000 1011011 1011101 0 110110 110110 10110 101100111 110010 111001

Color Harmonies of #C85B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85B5D

Black with #C85B5D

Text Example


Text Example

White with #C85B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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