#C9828A

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

Shades of Charm #C9828A

Tints of Charm #C9828A

Color information

#C9828A (or 0xC9828A) is unknown color: approx Charm. HEX triplet: C9, 82 and 8A. RGB value is (201,130,138). Sum of RGB (Red+Green+Blue) = 201+130+138=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C9828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9828A is #367D75. Grayscale: #989898. Windows color (decimal): -3571062 or 9077449. OLE color: 9077449.

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

Color convert

RGB201130138-
CMYK00.350.310.21
HSL353.24º39.66%64.9%-
HSV(B)353.24º35.32%78.82%-
XYZ36.6630.2227.95-
YUV152.14120.02162.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.86%
GREEN value IS 130 (51.17% from 255) = 27.72%
BLUE value IS 138 (54.30% from 255) = 29.42%
R=42.86%
G=27.72%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113013800.350.310.21353.2439.6664.9
HexC9828A0231F151612841
Octal311202212043372554150101
Binary110010011000001010001010010001111111101011011000011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9828A; }

 p { color: rgb(201,130,138); }

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

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

 a { background-color: rgb(201,130,138); }

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

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

 span { border-color: rgb(201,130,138); }

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