#C76681

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

Shades of Charm #C76681

Tints of Charm #C76681

Color information

#C76681 (or 0xC76681) is unknown color: approx Charm. HEX triplet: C7, 66 and 81. RGB value is (199,102,129). Sum of RGB (Red+Green+Blue) = 199+102+129=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C76681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76681 is #38997E. Grayscale: #868686. Windows color (decimal): -3709311 or 8480455. OLE color: 8480455.

HSL color Cylindrical-coordinate representation of color #C76681: hue angle of 343.3º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C76681 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB199102129-
CMYK00.490.350.22
HSL343.3º46.41%59.02%-
HSV(B)343.3º48.74%78.04%-
XYZ32.2723.2323.55-
YUV134.08125.14174.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.28%
GREEN value IS 102 (40.23% from 255) = 23.72%
BLUE value IS 129 (50.78% from 255) = 30%
R=46.28%
G=23.72%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910212900.490.350.22343.346.4159.02
HexC7668103123161572e3b
Octal30714620106143265275673
Binary11000111110011010000001011000110001110110101010111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76681; }

 p { color: rgb(199,102,129); }

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

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

 a { background-color: rgb(199,102,129); }

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

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

 span { border-color: rgb(199,102,129); }

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