#C8848F

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

Shades of Puce #C8848F

Tints of Puce #C8848F

Color information

#C8848F (or 0xC8848F) is unknown color: approx Puce. HEX triplet: C8, 84 and 8F. RGB value is (200,132,143). Sum of RGB (Red+Green+Blue) = 200+132+143=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C8848F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8848F is #377B70. Grayscale: #999999. Windows color (decimal): -3636081 or 9405640. OLE color: 9405640.

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

Color convert

RGB200132143-
CMYK00.340.280.22
HSL350.29º38.2%65.1%-
HSV(B)350.29º34%78.43%-
XYZ37.0330.7729.97-
YUV153.59122.03161.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.11%
GREEN value IS 132 (51.95% from 255) = 27.79%
BLUE value IS 143 (56.25% from 255) = 30.11%
R=42.11%
G=27.79%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013214300.340.280.22350.2938.265.1
HexC8848F0221C1615e2641
Octal310204217042342653646101
Binary110010001000010010001111010001011100101101010111101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8848F; }

 p { color: rgb(200,132,143); }

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

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

 a { background-color: rgb(200,132,143); }

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

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

 span { border-color: rgb(200,132,143); }

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