Html Css Color HEX #C85359 Mandy

📋 copy color: '#C85359'

red 200 ◦ green 83 ◦ blue 89

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

Shades of Mandy #C85359

Tints of Mandy #C85359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.92%

R = 53.76%
G = 22.31%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C85359 (or 0xC85359) is known color: Mandy. HEX triplet: C8, 53 and 59. RGB value is (200,83,89). Sum of RGB (Red+Green+Blue) = 200+83+89=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C85359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85359 is #37ACA6. Grayscale: #767676. Windows color (decimal): -3648679 or 5854152. OLE color: 5854152.

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

Color convert

RGB 200 83 89 -
CMYK 0 0.58 0.56 0.22
HSL 356.92º 0.52% 0.55% -
HSV(B) 356.92º 0.59% 0.78% -
XYZ 28.72 19.19 11.64 -
YUV 118.67 111.26 186.01 -
System Red Green Blue C M Y K H S L
Decimal 200 83 89 0 0.58 0.56 0.22 356.92 0.52 0.55
Hex C8 53 59 0 3A 38 16 165 34 37
Octal 310 123 131 0 72 70 26 545 64 67
Binary 11001000 1010011 1011001 0 111010 111000 10110 101100101 110100 110111

Color Harmonies of #C85359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85359

Black with #C85359

Text Example


Text Example

White with #C85359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85359; }

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

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

background-color css

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

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

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

border-color css

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

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

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