#C86568

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

Shades of Mandy #C86568

Tints of Mandy #C86568

Color information

#C86568 (or 0xC86568) is unknown color: approx Mandy. HEX triplet: C8, 65 and 68. RGB value is (200,101,104). Sum of RGB (Red+Green+Blue) = 200+101+104=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C86568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86568 is #379A97. Grayscale: #838383. Windows color (decimal): -3644056 or 6841800. OLE color: 6841800.

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

Color convert

RGB200101104-
CMYK00.490.480.22
HSL358.18º47.37%59.02%-
HSV(B)358.18º49.5%78.43%-
XYZ30.9722.5915.82-
YUV130.94112.8177.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.38%
GREEN value IS 101 (39.84% from 255) = 24.94%
BLUE value IS 104 (41.02% from 255) = 25.68%
R=49.38%
G=24.94%
B=25.68%

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
Decimal20010110400.490.480.22358.1847.3759.02
HexC8656803130161662f3b
Octal31014515006160265465773
Binary1100100011001011101000011000111000010110101100110101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86568; }

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

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

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

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

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

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

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

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