#C28587

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

Shades of Puce #C28587

Tints of Puce #C28587

Color information

#C28587 (or 0xC28587) is unknown color: approx Puce. HEX triplet: C2, 85 and 87. RGB value is (194,133,135). Sum of RGB (Red+Green+Blue) = 194+133+135=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C28587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28587 is #3D7A78. Grayscale: #979797. Windows color (decimal): -4029049 or 8881602. OLE color: 8881602.

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

Color convert

RGB194133135-
CMYK00.310.300.24
HSL358.03º33.33%64.12%-
HSV(B)358.03º31.44%76.08%-
XYZ35.0129.9926.87-
YUV151.47118.71158.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.99%
GREEN value IS 133 (52.34% from 255) = 28.79%
BLUE value IS 135 (53.12% from 255) = 29.22%
R=41.99%
G=28.79%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413313500.310.300.24358.0333.3364.12
HexC2858701F1E181662140
Octal302205207037363054641100
Binary11000010100001011000011101111111110110001011001101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28587; }

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

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

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

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

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

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

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

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