#C66681

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

Shades of Charm #C66681

Tints of Charm #C66681

Color information

#C66681 (or 0xC66681) is unknown color: approx Charm. HEX triplet: C6, 66 and 81. RGB value is (198,102,129). Sum of RGB (Red+Green+Blue) = 198+102+129=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C66681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66681 is #39997E. Grayscale: #858585. Windows color (decimal): -3774847 or 8480454. OLE color: 8480454.

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

Color convert

RGB198102129-
CMYK00.480.350.22
HSL343.12º45.71%58.82%-
HSV(B)343.12º48.48%77.65%-
XYZ3223.0923.54-
YUV133.78125.3173.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.15%
GREEN value IS 102 (40.23% from 255) = 23.78%
BLUE value IS 129 (50.78% from 255) = 30.07%
R=46.15%
G=23.78%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810212900.480.350.22343.1245.7158.82
HexC6668103023161572e3b
Octal30614620106043265275673
Binary11000110110011010000001011000010001110110101010111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66681; }

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

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

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

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

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

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

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

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