#C96983

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

Shades of Charm #C96983

Tints of Charm #C96983

Color information

#C96983 (or 0xC96983) is unknown color: approx Charm. HEX triplet: C9, 69 and 83. RGB value is (201,105,131). Sum of RGB (Red+Green+Blue) = 201+105+131=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C96983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96983 is #36967C. Grayscale: #888888. Windows color (decimal): -3577469 or 8612297. OLE color: 8612297.

HSL color Cylindrical-coordinate representation of color #C96983: hue angle of 343.75º 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 #C96983 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB201105131-
CMYK00.480.350.21
HSL343.75º47.06%60%-
HSV(B)343.75º47.76%78.82%-
XYZ33.2424.1624.38-
YUV136.67124.8173.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.00%
GREEN value IS 105 (41.41% from 255) = 24.03%
BLUE value IS 131 (51.56% from 255) = 29.98%
R=46.00%
G=24.03%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110513100.480.350.21343.7547.0660
HexC9698303023151582f3c
Octal31115120306043255305774
Binary11001001110100110000011011000010001110101101011000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96983; }

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

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

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

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

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

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

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

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