Html Css Color HEX #C85363 Mandy

📋 copy color: '#C85363'

red 200 ◦ green 83 ◦ blue 99

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

Shades of Mandy #C85363

Tints of Mandy #C85363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.92%

R = 52.36%
G = 21.73%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C85363 (or 0xC85363) is known color: Mandy. HEX triplet: C8, 53 and 63. RGB value is (200,83,99). Sum of RGB (Red+Green+Blue) = 200+83+99=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C85363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85363 is #37AC9C. Grayscale: #777777. Windows color (decimal): -3648669 or 6509512. OLE color: 6509512.

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

Color convert

RGB 200 83 99 -
CMYK 0 0.58 0.50 0.22
HSL 351.79º 0.52% 0.55% -
HSV(B) 351.79º 0.59% 0.78% -
XYZ 29.16 19.37 14.01 -
YUV 119.81 116.26 185.2 -
System Red Green Blue C M Y K H S L
Decimal 200 83 99 0 0.58 0.50 0.22 351.79 0.52 0.55
Hex C8 53 63 0 3A 32 16 160 34 37
Octal 310 123 143 0 72 62 26 540 64 67
Binary 11001000 1010011 1100011 0 111010 110010 10110 101100000 110100 110111

Color Harmonies of #C85363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85363

Black with #C85363

Text Example


Text Example

White with #C85363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85363; }

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

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

background-color css

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

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

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

border-color css

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

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

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