#C9808B

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

Shades of Charm #C9808B

Tints of Charm #C9808B

Color information

#C9808B (or 0xC9808B) is unknown color: approx Charm. HEX triplet: C9, 80 and 8B. RGB value is (201,128,139). Sum of RGB (Red+Green+Blue) = 201+128+139=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C9808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9808B is #367F74. Grayscale: #979797. Windows color (decimal): -3571573 or 9142473. OLE color: 9142473.

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

Color convert

RGB201128139-
CMYK00.360.310.21
HSL350.96º40.33%64.51%-
HSV(B)350.96º36.32%78.82%-
XYZ36.4729.7228.24-
YUV151.08121.18163.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.95%
GREEN value IS 128 (50.39% from 255) = 27.35%
BLUE value IS 139 (54.69% from 255) = 29.70%
R=42.95%
G=27.35%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112813900.360.310.21350.9640.3364.51
HexC9808B0241F1515f2841
Octal311200213044372553750101
Binary110010011000000010001011010010011111101011010111111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9808B; }

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

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

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

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

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

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

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

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