#C8819A

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

Shades of Puce #C8819A

Tints of Puce #C8819A

Color information

#C8819A (or 0xC8819A) is unknown color: approx Puce. HEX triplet: C8, 81 and 9A. RGB value is (200,129,154). Sum of RGB (Red+Green+Blue) = 200+129+154=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C8819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8819A is #377E65. Grayscale: #999999. Windows color (decimal): -3636838 or 10125768. OLE color: 10125768.

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

Color convert

RGB200129154-
CMYK00.360.230.22
HSL338.87º39.23%64.51%-
HSV(B)338.87º35.5%78.43%-
XYZ37.530.3134.45-
YUV153.08128.52161.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.41%
GREEN value IS 129 (50.78% from 255) = 26.71%
BLUE value IS 154 (60.55% from 255) = 31.88%
R=41.41%
G=26.71%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012915400.360.230.22338.8739.2364.51
HexC8819A02417161532741
Octal310201232044272652347101
Binary110010001000000110011010010010010111101101010100111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8819A; }

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

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

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

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

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

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

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

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