#C86885

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

Shades of Charm #C86885

Tints of Charm #C86885

Color information

#C86885 (or 0xC86885) is unknown color: approx Charm. HEX triplet: C8, 68 and 85. RGB value is (200,104,133). Sum of RGB (Red+Green+Blue) = 200+104+133=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C86885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86885 is #37977A. Grayscale: #878787. Windows color (decimal): -3643259 or 8743112. OLE color: 8743112.

HSL color Cylindrical-coordinate representation of color #C86885: hue angle of 341.88º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C86885 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB200104133-
CMYK00.480.340.22
HSL341.88º46.6%59.61%-
HSV(B)341.88º48%78.43%-
XYZ3323.8725.06-
YUV136.01126.3173.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.77%
GREEN value IS 104 (41.02% from 255) = 23.80%
BLUE value IS 133 (52.34% from 255) = 30.43%
R=45.77%
G=23.80%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010413300.480.340.22341.8846.659.61
HexC8688503022161562f3c
Octal31015020506042265265774
Binary11001000110100010000101011000010001010110101010110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86885; }

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

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

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

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

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

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

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

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