#C96681

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

Shades of Charm #C96681

Tints of Charm #C96681

Color information

#C96681 (or 0xC96681) is unknown color: approx Charm. HEX triplet: C9, 66 and 81. RGB value is (201,102,129). Sum of RGB (Red+Green+Blue) = 201+102+129=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C96681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96681 is #36997E. Grayscale: #868686. Windows color (decimal): -3578239 or 8480457. OLE color: 8480457.

HSL color Cylindrical-coordinate representation of color #C96681: hue angle of 343.64º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C96681 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB201102129-
CMYK00.490.360.21
HSL343.64º47.83%59.41%-
HSV(B)343.64º49.25%78.82%-
XYZ32.823.5123.58-
YUV134.68124.8175.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.53%
GREEN value IS 102 (40.23% from 255) = 23.61%
BLUE value IS 129 (50.78% from 255) = 29.86%
R=46.53%
G=23.61%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110212900.490.360.21343.6447.8359.41
HexC966810312415158303b
Octal31114620106144255306073
Binary11001001110011010000001011000110010010101101011000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96681; }

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

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

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

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

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

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

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

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