#C8899A

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

Shades of Puce #C8899A

Tints of Puce #C8899A

Color information

#C8899A (or 0xC8899A) is unknown color: approx Puce. HEX triplet: C8, 89 and 9A. RGB value is (200,137,154). Sum of RGB (Red+Green+Blue) = 200+137+154=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8899A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8899A is #377665. Grayscale: #9D9D9D. Windows color (decimal): -3634790 or 10127816. OLE color: 10127816.

HSL color Cylindrical-coordinate representation of color #C8899A: hue angle of 343.81º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8899A is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB200137154-
CMYK00.320.230.22
HSL343.81º36.42%66.08%-
HSV(B)343.81º31.5%78.43%-
XYZ38.632.534.81-
YUV157.78125.87158.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.73%
GREEN value IS 137 (53.91% from 255) = 27.90%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=40.73%
G=27.90%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013715400.320.230.22343.8136.4266.08
HexC8899A02017161582442
Octal310211232040272653044102
Binary110010001000100110011010010000010111101101010110001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8899A; }

 p { color: rgb(200,137,154); }

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

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

 a { background-color: rgb(200,137,154); }

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

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

 span { border-color: rgb(200,137,154); }

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