Html Css Color HEX #C85C64 Mandy

📋 copy color: '#C85C64'

red 200 ◦ green 92 ◦ blue 100

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

Shades of Mandy #C85C64

Tints of Mandy #C85C64

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.47%

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

R = 51.02%
G = 23.47%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C85C64 (or 0xC85C64) is known color: Mandy. HEX triplet: C8, 5C and 64. RGB value is (200,92,100). Sum of RGB (Red+Green+Blue) = 200+92+100=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85C64 is #37A39B. Grayscale: #7D7D7D. Windows color (decimal): -3646364 or 6577352. OLE color: 6577352.

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

Color convert

RGB 200 92 100 -
CMYK 0 0.54 0.5 0.22
HSL 355.56º 0.5% 0.57% -
HSV(B) 355.56º 0.54% 0.78% -
XYZ 29.95 20.85 14.5 -
YUV 125.2 113.78 181.35 -
System Red Green Blue C M Y K H S L
Decimal 200 92 100 0 0.54 0.5 0.22 355.56 0.5 0.57
Hex C8 5C 64 0 36 32 16 164 32 39
Octal 310 134 144 0 66 62 26 544 62 71
Binary 11001000 1011100 1100100 0 110110 110010 10110 101100100 110010 111001

Color Harmonies of #C85C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85C64

Black with #C85C64

Text Example


Text Example

White with #C85C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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