#C88190

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

Shades of Puce #C88190

Tints of Puce #C88190

Color information

#C88190 (or 0xC88190) is unknown color: approx Puce. HEX triplet: C8, 81 and 90. RGB value is (200,129,144). Sum of RGB (Red+Green+Blue) = 200+129+144=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C88190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88190 is #377E6F. Grayscale: #979797. Windows color (decimal): -3636848 or 9470408. OLE color: 9470408.

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

Color convert

RGB200129144-
CMYK00.360.280.22
HSL347.32º39.23%64.51%-
HSV(B)347.32º35.5%78.43%-
XYZ36.729.9930.24-
YUV151.94123.52162.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.28%
GREEN value IS 129 (50.78% from 255) = 27.27%
BLUE value IS 144 (56.64% from 255) = 30.44%
R=42.28%
G=27.27%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012914400.360.280.22347.3239.2364.51
HexC881900241C1615b2741
Octal310201220044342653347101
Binary110010001000000110010000010010011100101101010110111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88190; }

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

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

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

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

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

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

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

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