#C8868D

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

Shades of Puce #C8868D

Tints of Puce #C8868D

Color information

#C8868D (or 0xC8868D) is unknown color: approx Puce. HEX triplet: C8, 86 and 8D. RGB value is (200,134,141). Sum of RGB (Red+Green+Blue) = 200+134+141=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C8868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8868D is #377972. Grayscale: #9A9A9A. Windows color (decimal): -3635571 or 9275080. OLE color: 9275080.

HSL color Cylindrical-coordinate representation of color #C8868D: hue angle of 353.64º 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 #C8868D is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB200134141-
CMYK00.330.290.22
HSL353.64º37.5%65.49%-
HSV(B)353.64º33%78.43%-
XYZ37.1531.2529.27-
YUV154.53120.37160.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.11%
GREEN value IS 134 (52.73% from 255) = 28.21%
BLUE value IS 141 (55.47% from 255) = 29.68%
R=42.11%
G=28.21%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013414100.330.290.22353.6437.565.49
HexC8868D0211D161622641
Octal310206215041352654246101
Binary110010001000011010001101010000111101101101011000101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8868D; }

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

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

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

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

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

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

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

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