Html Css Color HEX #C86264 Mandy

📋 copy color: '#C86264'

red 200 ◦ green 98 ◦ blue 100

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

Shades of Mandy #C86264

Tints of Mandy #C86264

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.62%

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

R = 50.25%
G = 24.62%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C86264 (or 0xC86264) is known color: Mandy. HEX triplet: C8, 62 and 64. RGB value is (200,98,100). Sum of RGB (Red+Green+Blue) = 200+98+100=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C86264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86264 is #379D9B. Grayscale: #808080. Windows color (decimal): -3644828 or 6578888. OLE color: 6578888.

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

Color convert

RGB 200 98 100 -
CMYK 0 0.51 0.5 0.22
HSL 358.82º 0.48% 0.58% -
HSV(B) 358.82º 0.51% 0.78% -
XYZ 30.49 21.93 14.68 -
YUV 128.73 111.79 178.84 -
System Red Green Blue C M Y K H S L
Decimal 200 98 100 0 0.51 0.5 0.22 358.82 0.48 0.58
Hex C8 62 64 0 33 32 16 167 30 3A
Octal 310 142 144 0 63 62 26 547 60 72
Binary 11001000 1100010 1100100 0 110011 110010 10110 101100111 110000 111010

Color Harmonies of #C86264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86264

Black with #C86264

Text Example


Text Example

White with #C86264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86264; }

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

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

background-color css

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

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

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

border-color css

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

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

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