Html Css Color HEX #C85964 Mandy

📋 copy color: '#C85964'

red 200 ◦ green 89 ◦ blue 100

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

Shades of Mandy #C85964

Tints of Mandy #C85964

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.88%

 BLUE value IS 100 (39.45% from 255) = 25.71%

R = 51.41%
G = 22.88%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C85964 (or 0xC85964) is known color: Mandy. HEX triplet: C8, 59 and 64. RGB value is (200,89,100). Sum of RGB (Red+Green+Blue) = 200+89+100=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C85964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85964 is #37A69B. Grayscale: #7B7B7B. Windows color (decimal): -3647132 or 6576584. OLE color: 6576584.

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

Color convert

RGB 200 89 100 -
CMYK 0 0.56 0.5 0.22
HSL 354.05º 0.5% 0.57% -
HSV(B) 354.05º 0.56% 0.78% -
XYZ 29.69 20.34 14.42 -
YUV 123.44 114.77 182.61 -
System Red Green Blue C M Y K H S L
Decimal 200 89 100 0 0.56 0.5 0.22 354.05 0.5 0.57
Hex C8 59 64 0 38 32 16 162 32 39
Octal 310 131 144 0 70 62 26 542 62 71
Binary 11001000 1011001 1100100 0 111000 110010 10110 101100010 110010 111001

Color Harmonies of #C85964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85964

Black with #C85964

Text Example


Text Example

White with #C85964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85964; }

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

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

background-color css

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

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

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

border-color css

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

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

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