#C88490

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

Shades of Puce #C88490

Tints of Puce #C88490

Color information

#C88490 (or 0xC88490) is unknown color: approx Puce. HEX triplet: C8, 84 and 90. RGB value is (200,132,144). Sum of RGB (Red+Green+Blue) = 200+132+144=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C88490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88490 is #377B6F. Grayscale: #999999. Windows color (decimal): -3636080 or 9471176. OLE color: 9471176.

HSL color Cylindrical-coordinate representation of color #C88490: hue angle of 349.41º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C88490 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB200132144-
CMYK00.340.280.22
HSL349.41º38.2%65.1%-
HSV(B)349.41º34%78.43%-
XYZ37.130.830.37-
YUV153.7122.53161.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.02%
GREEN value IS 132 (51.95% from 255) = 27.73%
BLUE value IS 144 (56.64% from 255) = 30.25%
R=42.02%
G=27.73%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013214400.340.280.22349.4138.265.1
HexC884900221C1615d2641
Octal310204220042342653546101
Binary110010001000010010010000010001011100101101010111011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88490; }

 p { color: rgb(200,132,144); }

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

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

 a { background-color: rgb(200,132,144); }

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

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

 span { border-color: rgb(200,132,144); }

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