#C8818F

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

Shades of Puce #C8818F

Tints of Puce #C8818F

Color information

#C8818F (or 0xC8818F) is unknown color: approx Puce. HEX triplet: C8, 81 and 8F. RGB value is (200,129,143). Sum of RGB (Red+Green+Blue) = 200+129+143=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C8818F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8818F is #377E70. Grayscale: #979797. Windows color (decimal): -3636849 or 9404872. OLE color: 9404872.

HSL color Cylindrical-coordinate representation of color #C8818F: hue angle of 348.17º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8818F is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB200129143-
CMYK00.360.280.22
HSL348.17º39.23%64.51%-
HSV(B)348.17º35.5%78.43%-
XYZ36.6329.9629.84-
YUV151.82123.02162.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.37%
GREEN value IS 129 (50.78% from 255) = 27.33%
BLUE value IS 143 (56.25% from 255) = 30.30%
R=42.37%
G=27.33%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012914300.360.280.22348.1739.2364.51
HexC8818F0241C1615c2741
Octal310201217044342653447101
Binary110010001000000110001111010010011100101101010111001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8818F; }

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

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

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

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

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

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

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

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