#C86267

Color #C86267 Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #C86267

Tints of Mandy #C86267

Color information

#C86267 (or 0xC86267) is unknown color: approx Mandy. HEX triplet: C8, 62 and 67. RGB value is (200,98,103). Sum of RGB (Red+Green+Blue) = 200+98+103=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C86267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86267 is #379D98. Grayscale: #818181. Windows color (decimal): -3644825 or 6775496. OLE color: 6775496.

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

Color convert

RGB20098103-
CMYK00.510.480.22
HSL357.06º48.11%58.43%-
HSV(B)357.06º51%78.43%-
XYZ30.6421.9915.46-
YUV129.07113.29178.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.88%
GREEN value IS 98 (38.67% from 255) = 24.44%
BLUE value IS 103 (40.62% from 255) = 25.69%
R=49.88%
G=24.44%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009810300.510.480.22357.0648.1158.43
HexC862670333016165303a
Octal31014214706360265456072
Binary1100100011000101100111011001111000010110101100101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86267; }

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

 H1.HeaderClassName
 {
   color: #C86267;
 }
 .AnyTagClassName
 {
   color: #C86267;
 }
</style>
background-color css

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

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

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

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

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

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