Html Css Color HEX #C86067 Mandy

📋 copy color: '#C86067'

red 200 ◦ green 96 ◦ blue 103

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

Shades of Mandy #C86067

Tints of Mandy #C86067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.81%

R = 50.13%
G = 24.06%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C86067 (or 0xC86067) is known color: Mandy. HEX triplet: C8, 60 and 67. RGB value is (200,96,103). Sum of RGB (Red+Green+Blue) = 200+96+103=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C86067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86067 is #379F98. Grayscale: #7F7F7F. Windows color (decimal): -3645337 or 6774984. OLE color: 6774984.

HSL color Cylindrical-coordinate representation of color #C86067: hue angle of 355.96º 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 #C86067 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 96 103 -
CMYK 0 0.52 0.48 0.22
HSL 355.96º 0.49% 0.58% -
HSV(B) 355.96º 0.52% 0.78% -
XYZ 30.45 21.62 15.4 -
YUV 127.89 113.96 179.43 -
System Red Green Blue C M Y K H S L
Decimal 200 96 103 0 0.52 0.48 0.22 355.96 0.49 0.58
Hex C8 60 67 0 34 30 16 164 31 3A
Octal 310 140 147 0 64 60 26 544 61 72
Binary 11001000 1100000 1100111 0 110100 110000 10110 101100100 110001 111010

Color Harmonies of #C86067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86067

Black with #C86067

Text Example


Text Example

White with #C86067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86067; }

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

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

background-color css

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

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

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

border-color css

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

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

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