#C28789

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

Shades of Puce #C28789

Tints of Puce #C28789

Color information

#C28789 (or 0xC28789) is unknown color: approx Puce. HEX triplet: C2, 87 and 89. RGB value is (194,135,137). Sum of RGB (Red+Green+Blue) = 194+135+137=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C28789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28789 is #3D7876. Grayscale: #989898. Windows color (decimal): -4028535 or 9013186. OLE color: 9013186.

HSL color Cylindrical-coordinate representation of color #C28789: hue angle of 357.97º degrees, saturation: 0.33, 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 #C28789 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB194135137-
CMYK00.300.290.24
HSL357.97º32.6%64.51%-
HSV(B)357.97º30.41%76.08%-
XYZ35.4330.627.71-
YUV152.87119.05157.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.63%
GREEN value IS 135 (53.12% from 255) = 28.97%
BLUE value IS 137 (53.91% from 255) = 29.40%
R=41.63%
G=28.97%
B=29.40%

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
Decimal19413513700.300.290.24357.9732.664.51
HexC2878901E1D181662141
Octal302207211036353054641101
Binary11000010100001111000100101111011101110001011001101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28789; }

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

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

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

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

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

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

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

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