#C88A95

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

Shades of Puce #C88A95

Tints of Puce #C88A95

Color information

#C88A95 (or 0xC88A95) is unknown color: approx Puce. HEX triplet: C8, 8A and 95. RGB value is (200,138,149). Sum of RGB (Red+Green+Blue) = 200+138+149=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88A95 is #37756A. Grayscale: #9D9D9D. Windows color (decimal): -3634539 or 9800392. OLE color: 9800392.

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

Color convert

RGB200138149-
CMYK00.310.260.22
HSL349.35º36.05%66.27%-
HSV(B)349.35º31%78.43%-
XYZ38.3332.6332.71-
YUV157.79123.04158.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.07%
GREEN value IS 138 (54.30% from 255) = 28.34%
BLUE value IS 149 (58.59% from 255) = 30.60%
R=41.07%
G=28.34%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013814900.310.260.22349.3536.0566.27
HexC88A9501F1A1615d2442
Octal310212225037322653544102
Binary11001000100010101001010101111111010101101010111011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88A95; }

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

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

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

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

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

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

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

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