#C28589

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

Shades of Puce #C28589

Tints of Puce #C28589

Color information

#C28589 (or 0xC28589) is unknown color: approx Puce. HEX triplet: C2, 85 and 89. RGB value is (194,133,137). Sum of RGB (Red+Green+Blue) = 194+133+137=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C28589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28589 is #3D7A76. Grayscale: #979797. Windows color (decimal): -4029047 or 9012674. OLE color: 9012674.

HSL color Cylindrical-coordinate representation of color #C28589: hue angle of 356.07º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C28589 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB194133137-
CMYK00.310.290.24
HSL356.07º33.33%64.12%-
HSV(B)356.07º31.44%76.08%-
XYZ35.1530.0527.61-
YUV151.7119.71158.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.81%
GREEN value IS 133 (52.34% from 255) = 28.66%
BLUE value IS 137 (53.91% from 255) = 29.53%
R=41.81%
G=28.66%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413313700.310.290.24356.0733.3364.12
HexC2858901F1D181642140
Octal302205211037353054441100
Binary11000010100001011000100101111111101110001011001001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28589; }

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

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

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

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

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

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

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

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