#C88098

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

Shades of Puce #C88098

Tints of Puce #C88098

Color information

#C88098 (or 0xC88098) is unknown color: approx Puce. HEX triplet: C8, 80 and 98. RGB value is (200,128,152). Sum of RGB (Red+Green+Blue) = 200+128+152=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 152 (59.77% from 255 or 31.67% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C88098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88098 is #377F67. Grayscale: #989898. Windows color (decimal): -3637096 or 9994440. OLE color: 9994440.

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

Color convert

RGB200128152-
CMYK00.360.240.22
HSL340º39.56%64.31%-
HSV(B)340º36%78.43%-
XYZ37.2129.9833.53-
YUV152.26127.85162.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.67%
GREEN value IS 128 (50.39% from 255) = 26.67%
BLUE value IS 152 (59.77% from 255) = 31.67%
R=41.67%
G=26.67%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012815200.360.240.2234039.5664.31
HexC8809802418161542840
Octal310200230044302652450100
Binary110010001000000010011000010010011000101101010101001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88098; }

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

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

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

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

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

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

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

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