#C08587

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

Shades of Puce #C08587

Tints of Puce #C08587

Color information

#C08587 (or 0xC08587) is unknown color: approx Puce. HEX triplet: C0, 85 and 87. RGB value is (192,133,135). Sum of RGB (Red+Green+Blue) = 192+133+135=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C08587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08587 is #3F7A78. Grayscale: #969696. Windows color (decimal): -4160121 or 8881600. OLE color: 8881600.

HSL color Cylindrical-coordinate representation of color #C08587: hue angle of 357.97º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C08587 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB192133135-
CMYK00.310.300.25
HSL357.97º31.89%63.73%-
HSV(B)357.97º30.73%75.29%-
XYZ34.529.7326.84-
YUV150.87119.05157.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.74%
GREEN value IS 133 (52.34% from 255) = 28.91%
BLUE value IS 135 (53.12% from 255) = 29.35%
R=41.74%
G=28.91%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213313500.310.300.25357.9731.8963.73
HexC0858701F1E191662040
Octal300205207037363154640100
Binary11000000100001011000011101111111110110011011001101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08587; }

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

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

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

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

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

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

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

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