#C28889

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

Shades of Puce #C28889

Tints of Puce #C28889

Color information

#C28889 (or 0xC28889) is unknown color: approx Puce. HEX triplet: C2, 88 and 89. RGB value is (194,136,137). Sum of RGB (Red+Green+Blue) = 194+136+137=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C28889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28889 is #3D7776. Grayscale: #999999. Windows color (decimal): -4028279 or 9013442. OLE color: 9013442.

HSL color Cylindrical-coordinate representation of color #C28889: hue angle of 358.97º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C28889 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB194136137-
CMYK00.300.290.24
HSL358.97º32.22%64.71%-
HSV(B)358.97º29.9%76.08%-
XYZ35.5730.8827.75-
YUV153.46118.72156.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.54%
GREEN value IS 136 (53.52% from 255) = 29.12%
BLUE value IS 137 (53.91% from 255) = 29.34%
R=41.54%
G=29.12%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413613700.300.290.24358.9732.2264.71
HexC2888901E1D181672041
Octal302210211036353054740101
Binary11000010100010001000100101111011101110001011001111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28889; }

 p { color: rgb(194,136,137); }

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

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

 a { background-color: rgb(194,136,137); }

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

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

 span { border-color: rgb(194,136,137); }

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