#C8809B

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

Shades of Puce #C8809B

Tints of Puce #C8809B

Color information

#C8809B (or 0xC8809B) is unknown color: approx Puce. HEX triplet: C8, 80 and 9B. RGB value is (200,128,155). Sum of RGB (Red+Green+Blue) = 200+128+155=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C8809B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8809B is #377F64. Grayscale: #989898. Windows color (decimal): -3637093 or 10191048. OLE color: 10191048.

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

Color convert

RGB200128155-
CMYK00.360.220.22
HSL337.5º39.56%64.31%-
HSV(B)337.5º36%78.43%-
XYZ37.4530.0834.84-
YUV152.61129.35161.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.41%
GREEN value IS 128 (50.39% from 255) = 26.50%
BLUE value IS 155 (60.94% from 255) = 32.09%
R=41.41%
G=26.50%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012815500.360.220.22337.539.5664.31
HexC8809B02416161522840
Octal310200233044262652250100
Binary110010001000000010011011010010010110101101010100101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8809B; }

 p { color: rgb(200,128,155); }

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

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

 a { background-color: rgb(200,128,155); }

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

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

 span { border-color: rgb(200,128,155); }

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