#C96981

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

Shades of Charm #C96981

Tints of Charm #C96981

Color information

#C96981 (or 0xC96981) is unknown color: approx Charm. HEX triplet: C9, 69 and 81. RGB value is (201,105,129). Sum of RGB (Red+Green+Blue) = 201+105+129=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C96981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96981 is #36967E. Grayscale: #888888. Windows color (decimal): -3577471 or 8481225. OLE color: 8481225.

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

Color convert

RGB201105129-
CMYK00.480.360.21
HSL345º47.06%60%-
HSV(B)345º47.76%78.82%-
XYZ33.124.1123.68-
YUV136.44123.8174.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.21%
GREEN value IS 105 (41.41% from 255) = 24.14%
BLUE value IS 129 (50.78% from 255) = 29.66%
R=46.21%
G=24.14%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110512900.480.360.2134547.0660
HexC9698103024151592f3c
Octal31115120106044255315774
Binary11001001110100110000001011000010010010101101011001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96981; }

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

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

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

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

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

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

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

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