#c76986

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

Shades of Charm #C76986

Tints of Charm #C76986

Color information

#C76986 (or 0xC76986) is unknown color: approx Charm. HEX triplet: C7, 69 and 86. RGB value is (199,105,134). Sum of RGB (Red+Green+Blue) = 199+105+134=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C76986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76986 is #389679. Grayscale: #888888. Windows color (decimal): -3708538 or 8808903. OLE color: 8808903.

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

Color convert

RGB199105134-
CMYK00.470.330.22
HSL341.49º45.63%59.61%-
HSV(B)341.49º47.24%78.04%-
XYZ32.9123.9725.45-
YUV136.41126.64172.64-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.43%
GREEN value IS 105 (41.41% from 255) = 23.97%
BLUE value IS 134 (52.73% from 255) = 30.59%
R=45.43%
G=23.97%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910513400.470.330.22341.4945.6359.61
HexC7698602F21161552e3c
Octal30715120605741265255674
Binary11000111110100110000110010111110000110110101010101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c76986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c76986; }

 p { color: rgb(199,105,134); }

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

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

 a { background-color: rgb(199,105,134); }

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

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

 span { border-color: rgb(199,105,134); }

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