Html Css Color HEX #C86466 Mandy

📋 copy color: '#C86466'

red 200 ◦ green 100 ◦ blue 102

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

Shades of Mandy #C86466

Tints of Mandy #C86466

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.88%

 BLUE value IS 102 (40.23% from 255) = 25.37%

R = 49.75%
G = 24.88%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C86466 (or 0xC86466) is known color: Mandy. HEX triplet: C8, 64 and 66. RGB value is (200,100,102). Sum of RGB (Red+Green+Blue) = 200+100+102=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C86466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86466 is #379B99. Grayscale: #828282. Windows color (decimal): -3644314 or 6710472. OLE color: 6710472.

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

Color convert

RGB 200 100 102 -
CMYK 0 0.5 0.49 0.22
HSL 358.8º 0.48% 0.59% -
HSV(B) 358.8º 0.5% 0.78% -
XYZ 30.77 22.35 15.26 -
YUV 130.13 112.13 177.84 -
System Red Green Blue C M Y K H S L
Decimal 200 100 102 0 0.5 0.49 0.22 358.8 0.48 0.59
Hex C8 64 66 0 32 31 16 167 30 3B
Octal 310 144 146 0 62 61 26 547 60 73
Binary 11001000 1100100 1100110 0 110010 110001 10110 101100111 110000 111011

Color Harmonies of #C86466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86466

Black with #C86466

Text Example


Text Example

White with #C86466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86466; }

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

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

background-color css

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

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

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

border-color css

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

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

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