#C88A91

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

Shades of Puce #C88A91

Tints of Puce #C88A91

Color information

#C88A91 (or 0xC88A91) is unknown color: approx Puce. HEX triplet: C8, 8A and 91. RGB value is (200,138,145). Sum of RGB (Red+Green+Blue) = 200+138+145=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88A91 is #37756E. Grayscale: #9D9D9D. Windows color (decimal): -3634543 or 9538248. OLE color: 9538248.

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

Color convert

RGB200138145-
CMYK00.310.280.22
HSL353.23º36.05%66.27%-
HSV(B)353.23º31%78.43%-
XYZ38.0232.531.06-
YUV157.34121.04158.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.41%
GREEN value IS 138 (54.30% from 255) = 28.57%
BLUE value IS 145 (57.03% from 255) = 30.02%
R=41.41%
G=28.57%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013814500.310.280.22353.2336.0566.27
HexC88A9101F1C161612442
Octal310212221037342654144102
Binary11001000100010101001000101111111100101101011000011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88A91; }

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

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

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

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

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

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

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

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