Html Css Color HEX #C85354 Mandy

📋 copy color: '#C85354'

red 200 ◦ green 83 ◦ blue 84

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

Shades of Mandy #C85354

Tints of Mandy #C85354

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.62%

 BLUE value IS 84 (33.2% from 255) = 22.89%

R = 54.5%
G = 22.62%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C85354 (or 0xC85354) is known color: Mandy. HEX triplet: C8, 53 and 54. RGB value is (200,83,84). Sum of RGB (Red+Green+Blue) = 200+83+84=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C85354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85354 is #37ACAB. Grayscale: #767676. Windows color (decimal): -3648684 or 5526472. OLE color: 5526472.

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

Color convert

RGB 200 83 84 -
CMYK 0 0.58 0.58 0.22
HSL 359.49º 0.52% 0.55% -
HSV(B) 359.49º 0.59% 0.78% -
XYZ 28.51 19.11 10.57 -
YUV 118.1 108.76 186.42 -
System Red Green Blue C M Y K H S L
Decimal 200 83 84 0 0.58 0.58 0.22 359.49 0.52 0.55
Hex C8 53 54 0 3A 3A 16 167 34 37
Octal 310 123 124 0 72 72 26 547 64 67
Binary 11001000 1010011 1010100 0 111010 111010 10110 101100111 110100 110111

Color Harmonies of #C85354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85354

Black with #C85354

Text Example


Text Example

White with #C85354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85354; }

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

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

background-color css

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

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

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

border-color css

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

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

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