#C8858B

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

Shades of Puce #C8858B

Tints of Puce #C8858B

Color information

#C8858B (or 0xC8858B) is unknown color: approx Puce. HEX triplet: C8, 85 and 8B. RGB value is (200,133,139). Sum of RGB (Red+Green+Blue) = 200+133+139=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C8858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8858B is #377A74. Grayscale: #999999. Windows color (decimal): -3635829 or 9143752. OLE color: 9143752.

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

Color convert

RGB200133139-
CMYK00.340.300.22
HSL354.63º37.85%65.29%-
HSV(B)354.63º33.5%78.43%-
XYZ36.8730.9228.45-
YUV153.72119.7161.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.37%
GREEN value IS 133 (52.34% from 255) = 28.18%
BLUE value IS 139 (54.69% from 255) = 29.45%
R=42.37%
G=28.18%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013313900.340.300.22354.6337.8565.29
HexC8858B0221E161632641
Octal310205213042362654346101
Binary110010001000010110001011010001011110101101011000111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8858B; }

 p { color: rgb(200,133,139); }

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

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

 a { background-color: rgb(200,133,139); }

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

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

 span { border-color: rgb(200,133,139); }

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