#C88195

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

Shades of Puce #C88195

Tints of Puce #C88195

Color information

#C88195 (or 0xC88195) is unknown color: approx Puce. HEX triplet: C8, 81 and 95. RGB value is (200,129,149). Sum of RGB (Red+Green+Blue) = 200+129+149=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C88195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88195 is #377E6A. Grayscale: #989898. Windows color (decimal): -3636843 or 9798088. OLE color: 9798088.

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

Color convert

RGB200129149-
CMYK00.360.260.22
HSL343.1º39.23%64.51%-
HSV(B)343.1º35.5%78.43%-
XYZ37.0930.1532.3-
YUV152.51126.02161.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.84%
GREEN value IS 129 (50.78% from 255) = 26.99%
BLUE value IS 149 (58.59% from 255) = 31.17%
R=41.84%
G=26.99%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012914900.360.260.22343.139.2364.51
HexC881950241A161572741
Octal310201225044322652747101
Binary110010001000000110010101010010011010101101010101111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88195; }

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

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

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

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

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

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

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

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