#C76D85

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

Shades of Charm #C76D85

Tints of Charm #C76D85

Color information

#C76D85 (or 0xC76D85) is unknown color: approx Charm. HEX triplet: C7, 6D and 85. RGB value is (199,109,133). Sum of RGB (Red+Green+Blue) = 199+109+133=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76D85 is #38927A. Grayscale: #8A8A8A. Windows color (decimal): -3707515 or 8744391. OLE color: 8744391.

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

Color convert

RGB199109133-
CMYK00.450.330.22
HSL344º44.55%60.39%-
HSV(B)344º45.23%78.04%-
XYZ33.2624.7725.22-
YUV138.65124.82171.05-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.12%
GREEN value IS 109 (42.97% from 255) = 24.72%
BLUE value IS 133 (52.34% from 255) = 30.16%
R=45.12%
G=24.72%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910913300.450.330.2234444.5560.39
HexC76D8502D21161582d3c
Octal30715520505541265305574
Binary11000111110110110000101010110110000110110101011000101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76D85; }

 p { color: rgb(199,109,133); }

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

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

 a { background-color: rgb(199,109,133); }

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

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

 span { border-color: rgb(199,109,133); }

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