#C86978

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

Shades of Charm #C86978

Tints of Charm #C86978

Color information

#C86978 (or 0xC86978) is unknown color: approx Charm. HEX triplet: C8, 69 and 78. RGB value is (200,105,120). Sum of RGB (Red+Green+Blue) = 200+105+120=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C86978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86978 is #379687. Grayscale: #878787. Windows color (decimal): -3643016 or 7891400. OLE color: 7891400.

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

Color convert

RGB200105120-
CMYK00.480.40.22
HSL350.53º46.34%59.8%-
HSV(B)350.53º47.5%78.43%-
XYZ32.2623.7420.65-
YUV135.12119.47174.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.06%
GREEN value IS 105 (41.41% from 255) = 24.71%
BLUE value IS 120 (47.27% from 255) = 28.24%
R=47.06%
G=24.71%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.4
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010512000.480.40.22350.5346.3459.8
HexC86978030281615f2e3c
Octal31015117006050265375674
Binary1100100011010011111000011000010100010110101011111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86978; }

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

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

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

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

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

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

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

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