#C88192

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

Shades of Puce #C88192

Tints of Puce #C88192

Color information

#C88192 (or 0xC88192) is unknown color: approx Puce. HEX triplet: C8, 81 and 92. RGB value is (200,129,146). Sum of RGB (Red+Green+Blue) = 200+129+146=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C88192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88192 is #377E6D. Grayscale: #989898. Windows color (decimal): -3636846 or 9601480. OLE color: 9601480.

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

Color convert

RGB200129146-
CMYK00.360.270.22
HSL345.63º39.23%64.51%-
HSV(B)345.63º35.5%78.43%-
XYZ36.8630.0631.05-
YUV152.17124.52162.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.11%
GREEN value IS 129 (50.78% from 255) = 27.16%
BLUE value IS 146 (57.42% from 255) = 30.74%
R=42.11%
G=27.16%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012914600.360.270.22345.6339.2364.51
HexC881920241B1615a2741
Octal310201222044332653247101
Binary110010001000000110010010010010011011101101010110101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88192; }

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

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

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

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

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

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

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

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