#C76982

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

Shades of Charm #C76982

Tints of Charm #C76982

Color information

#C76982 (or 0xC76982) is unknown color: approx Charm. HEX triplet: C7, 69 and 82. RGB value is (199,105,130). Sum of RGB (Red+Green+Blue) = 199+105+130=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C76982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76982 is #38967D. Grayscale: #878787. Windows color (decimal): -3708542 or 8546759. OLE color: 8546759.

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

Color convert

RGB199105130-
CMYK00.470.350.22
HSL344.04º45.63%59.61%-
HSV(B)344.04º47.24%78.04%-
XYZ32.6323.8624-
YUV135.96124.64172.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.85%
GREEN value IS 105 (41.41% from 255) = 24.19%
BLUE value IS 130 (51.17% from 255) = 29.95%
R=45.85%
G=24.19%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910513000.470.350.22344.0445.6359.61
HexC7698202F23161582e3c
Octal30715120205743265305674
Binary11000111110100110000010010111110001110110101011000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76982; }

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

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

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

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

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

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

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

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