#C86569

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

Shades of Mandy #C86569

Tints of Mandy #C86569

Color information

#C86569 (or 0xC86569) is unknown color: approx Mandy. HEX triplet: C8, 65 and 69. RGB value is (200,101,105). Sum of RGB (Red+Green+Blue) = 200+101+105=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C86569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86569 is #379A96. Grayscale: #838383. Windows color (decimal): -3644055 or 6907336. OLE color: 6907336.

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

Color convert

RGB200101105-
CMYK00.490.480.22
HSL357.58º47.37%59.02%-
HSV(B)357.58º49.5%78.43%-
XYZ31.0222.6116.09-
YUV131.06113.3177.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.26%
GREEN value IS 101 (39.84% from 255) = 24.88%
BLUE value IS 105 (41.41% from 255) = 25.86%
R=49.26%
G=24.88%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010110500.490.480.22357.5847.3759.02
HexC8656903130161662f3b
Octal31014515106160265465773
Binary1100100011001011101001011000111000010110101100110101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86569; }

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

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

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

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

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

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

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

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