Html Css Color HEX #C85456 Mandy

📋 copy color: '#C85456'

red 200 ◦ green 84 ◦ blue 86

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

Shades of Mandy #C85456

Tints of Mandy #C85456

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.7%

 BLUE value IS 86 (33.98% from 255) = 23.24%

R = 54.05%
G = 22.7%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C85456 (or 0xC85456) is known color: Mandy. HEX triplet: C8, 54 and 56. RGB value is (200,84,86). Sum of RGB (Red+Green+Blue) = 200+84+86=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C85456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85456 is #37ABA9. Grayscale: #777777. Windows color (decimal): -3648426 or 5657800. OLE color: 5657800.

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

Color convert

RGB 200 84 86 -
CMYK 0 0.58 0.57 0.22
HSL 358.97º 0.51% 0.56% -
HSV(B) 358.97º 0.58% 0.78% -
XYZ 28.67 19.29 11.02 -
YUV 118.91 109.43 185.84 -
System Red Green Blue C M Y K H S L
Decimal 200 84 86 0 0.58 0.57 0.22 358.97 0.51 0.56
Hex C8 54 56 0 3A 39 16 167 33 38
Octal 310 124 126 0 72 71 26 547 63 70
Binary 11001000 1010100 1010110 0 111010 111001 10110 101100111 110011 111000

Color Harmonies of #C85456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85456

Black with #C85456

Text Example


Text Example

White with #C85456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85456; }

 p { color: rgb(200,84,86); }

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

background-color css

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

 a { background-color: rgb(200,84,86); }

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

border-color css

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

 span { border-color: rgb(200,84,86); }

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