Html Css Color HEX #C86065 Mandy

📋 copy color: '#C86065'

red 200 ◦ green 96 ◦ blue 101

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

Shades of Mandy #C86065

Tints of Mandy #C86065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.18%

 BLUE value IS 101 (39.84% from 255) = 25.44%

R = 50.38%
G = 24.18%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C86065 (or 0xC86065) is known color: Mandy. HEX triplet: C8, 60 and 65. RGB value is (200,96,101). Sum of RGB (Red+Green+Blue) = 200+96+101=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C86065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86065 is #379F9A. Grayscale: #7F7F7F. Windows color (decimal): -3645339 or 6643912. OLE color: 6643912.

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

Color convert

RGB 200 96 101 -
CMYK 0 0.52 0.49 0.22
HSL 357.12º 0.49% 0.58% -
HSV(B) 357.12º 0.52% 0.78% -
XYZ 30.35 21.58 14.88 -
YUV 127.67 112.96 179.59 -
System Red Green Blue C M Y K H S L
Decimal 200 96 101 0 0.52 0.49 0.22 357.12 0.49 0.58
Hex C8 60 65 0 34 31 16 165 31 3A
Octal 310 140 145 0 64 61 26 545 61 72
Binary 11001000 1100000 1100101 0 110100 110001 10110 101100101 110001 111010

Color Harmonies of #C86065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86065

Black with #C86065

Text Example


Text Example

White with #C86065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86065; }

 p { color: rgb(200,96,101); }

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

background-color css

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

 a { background-color: rgb(200,96,101); }

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

border-color css

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

 span { border-color: rgb(200,96,101); }

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