#C86C7A

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

Shades of Charm #C86C7A

Tints of Charm #C86C7A

Color information

#C86C7A (or 0xC86C7A) is unknown color: approx Charm. HEX triplet: C8, 6C and 7A. RGB value is (200,108,122). Sum of RGB (Red+Green+Blue) = 200+108+122=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86C7A is #379385. Grayscale: #898989. Windows color (decimal): -3642246 or 8023240. OLE color: 8023240.

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

Color convert

RGB200108122-
CMYK00.460.390.22
HSL350.87º45.54%60.39%-
HSV(B)350.87º46%78.43%-
XYZ32.6924.4121.4-
YUV137.1119.48172.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.51%
GREEN value IS 108 (42.58% from 255) = 25.12%
BLUE value IS 122 (48.05% from 255) = 28.37%
R=46.51%
G=25.12%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010812200.460.390.22350.8745.5460.39
HexC86C7A02E271615f2e3c
Octal31015417205647265375674
Binary1100100011011001111010010111010011110110101011111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86C7A; }

 p { color: rgb(200,108,122); }

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

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

 a { background-color: rgb(200,108,122); }

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

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

 span { border-color: rgb(200,108,122); }

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