#C8869A

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

Shades of Puce #C8869A

Tints of Puce #C8869A

Color information

#C8869A (or 0xC8869A) is unknown color: approx Puce. HEX triplet: C8, 86 and 9A. RGB value is (200,134,154). Sum of RGB (Red+Green+Blue) = 200+134+154=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8869A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8869A is #377965. Grayscale: #9C9C9C. Windows color (decimal): -3635558 or 10127048. OLE color: 10127048.

HSL color Cylindrical-coordinate representation of color #C8869A: hue angle of 341.82º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8869A is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB200134154-
CMYK00.330.230.22
HSL341.82º37.5%65.49%-
HSV(B)341.82º33%78.43%-
XYZ38.1831.6634.67-
YUV156.01126.87159.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.98%
GREEN value IS 134 (52.73% from 255) = 27.46%
BLUE value IS 154 (60.55% from 255) = 31.56%
R=40.98%
G=27.46%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013415400.330.230.22341.8237.565.49
HexC8869A02117161562641
Octal310206232041272652646101
Binary110010001000011010011010010000110111101101010101101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8869A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8869A; }

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

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

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

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

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

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

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

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