Html Css Color HEX #C85463 Mandy

📋 copy color: '#C85463'

red 200 ◦ green 84 ◦ blue 99

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

Shades of Mandy #C85463

Tints of Mandy #C85463

RGB

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

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

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

R = 52.22%
G = 21.93%
B = 25.85%

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

#C85463 (or 0xC85463) is known color: Mandy. HEX triplet: C8, 54 and 63. RGB value is (200,84,99). Sum of RGB (Red+Green+Blue) = 200+84+99=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C85463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85463 is #37AB9C. Grayscale: #787878. Windows color (decimal): -3648413 or 6509768. OLE color: 6509768.

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

Color convert

RGB 200 84 99 -
CMYK 0 0.58 0.50 0.22
HSL 352.24º 0.51% 0.56% -
HSV(B) 352.24º 0.58% 0.78% -
XYZ 29.24 19.52 14.03 -
YUV 120.39 115.93 184.78 -
System Red Green Blue C M Y K H S L
Decimal 200 84 99 0 0.58 0.50 0.22 352.24 0.51 0.56
Hex C8 54 63 0 3A 32 16 160 33 38
Octal 310 124 143 0 72 62 26 540 63 70
Binary 11001000 1010100 1100011 0 111010 110010 10110 101100000 110011 111000

Color Harmonies of #C85463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85463

Black with #C85463

Text Example


Text Example

White with #C85463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85463; }

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

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

background-color css

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

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

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

border-color css

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

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

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