#C88992

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

Shades of Puce #C88992

Tints of Puce #C88992

Color information

#C88992 (or 0xC88992) is unknown color: approx Puce. HEX triplet: C8, 89 and 92. RGB value is (200,137,146). Sum of RGB (Red+Green+Blue) = 200+137+146=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C88992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88992 is #37766D. Grayscale: #9C9C9C. Windows color (decimal): -3634798 or 9603528. OLE color: 9603528.

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

Color convert

RGB200137146-
CMYK00.320.270.22
HSL351.43º36.42%66.08%-
HSV(B)351.43º31.5%78.43%-
XYZ37.9532.2531.42-
YUV156.86121.87158.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.41%
GREEN value IS 137 (53.91% from 255) = 28.36%
BLUE value IS 146 (57.42% from 255) = 30.23%
R=41.41%
G=28.36%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013714600.320.270.22351.4336.4266.08
HexC889920201B1615f2442
Octal310211222040332653744102
Binary110010001000100110010010010000011011101101010111111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88992; }

 p { color: rgb(200,137,146); }

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

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

 a { background-color: rgb(200,137,146); }

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

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

 span { border-color: rgb(200,137,146); }

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