#C76C88

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

Shades of Charm #C76C88

Tints of Charm #C76C88

Color information

#C76C88 (or 0xC76C88) is unknown color: approx Charm. HEX triplet: C7, 6C and 88. RGB value is (199,108,136). Sum of RGB (Red+Green+Blue) = 199+108+136=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76C88 is #389377. Grayscale: #8A8A8A. Windows color (decimal): -3707768 or 8940743. OLE color: 8940743.

HSL color Cylindrical-coordinate representation of color #C76C88: hue angle of 341.54º degrees, saturation: 0.45, 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 #C76C88 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB199108136-
CMYK00.460.320.22
HSL341.54º44.83%60.2%-
HSV(B)341.54º45.73%78.04%-
XYZ33.3624.6426.29-
YUV138.4126.65171.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.92%
GREEN value IS 108 (42.58% from 255) = 24.38%
BLUE value IS 136 (53.52% from 255) = 30.70%
R=44.92%
G=24.38%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910813600.460.320.22341.5444.8360.2
HexC76C8802E20161562d3c
Octal30715421005640265265574
Binary11000111110110010001000010111010000010110101010110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76C88; }

 p { color: rgb(199,108,136); }

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

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

 a { background-color: rgb(199,108,136); }

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

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

 span { border-color: rgb(199,108,136); }

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