#C8819E

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

Shades of Puce #C8819E

Tints of Puce #C8819E

Color information

#C8819E (or 0xC8819E) is unknown color: approx Puce. HEX triplet: C8, 81 and 9E. RGB value is (200,129,158). Sum of RGB (Red+Green+Blue) = 200+129+158=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C8819E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8819E is #377E61. Grayscale: #999999. Windows color (decimal): -3636834 or 10387912. OLE color: 10387912.

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

Color convert

RGB200129158-
CMYK00.360.210.22
HSL335.49º39.23%64.51%-
HSV(B)335.49º35.5%78.43%-
XYZ37.8430.4536.23-
YUV153.54130.52161.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.07%
GREEN value IS 129 (50.78% from 255) = 26.49%
BLUE value IS 158 (62.11% from 255) = 32.44%
R=41.07%
G=26.49%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012915800.360.210.22335.4939.2364.51
HexC8819E024151614f2741
Octal310201236044252651747101
Binary110010001000000110011110010010010101101101010011111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8819E; }

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

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

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

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

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

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

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

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