#C9808D

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

Shades of Charm #C9808D

Tints of Charm #C9808D

Color information

#C9808D (or 0xC9808D) is unknown color: approx Charm. HEX triplet: C9, 80 and 8D. RGB value is (201,128,141). Sum of RGB (Red+Green+Blue) = 201+128+141=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C9808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9808D is #367F72. Grayscale: #979797. Windows color (decimal): -3571571 or 9273545. OLE color: 9273545.

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

Color convert

RGB201128141-
CMYK00.360.300.21
HSL349.32º40.33%64.51%-
HSV(B)349.32º36.32%78.82%-
XYZ36.6129.7829.02-
YUV151.31122.18163.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.77%
GREEN value IS 128 (50.39% from 255) = 27.23%
BLUE value IS 141 (55.47% from 255) = 30%
R=42.77%
G=27.23%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112814100.360.300.21349.3240.3364.51
HexC9808D0241E1515d2841
Octal311200215044362553550101
Binary110010011000000010001101010010011110101011010111011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9808D; }

 p { color: rgb(201,128,141); }

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

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

 a { background-color: rgb(201,128,141); }

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

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

 span { border-color: rgb(201,128,141); }

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