#C58D8F

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

Shades of Puce #C58D8F

Tints of Puce #C58D8F

Color information

#C58D8F (or 0xC58D8F) is unknown color: approx Puce. HEX triplet: C5, 8D and 8F. RGB value is (197,141,143). Sum of RGB (Red+Green+Blue) = 197+141+143=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58D8F is #3A7270. Grayscale: #9E9E9E. Windows color (decimal): -3830385 or 9407941. OLE color: 9407941.

HSL color Cylindrical-coordinate representation of color #C58D8F: hue angle of 357.86º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C58D8F is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB197141143-
CMYK00.280.270.23
HSL357.86º32.56%66.27%-
HSV(B)357.86º28.43%77.25%-
XYZ37.5132.930.36-
YUV157.97119.55155.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.96%
GREEN value IS 141 (55.47% from 255) = 29.31%
BLUE value IS 143 (56.25% from 255) = 29.73%
R=40.96%
G=29.31%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714114300.280.270.23357.8632.5666.27
HexC58D8F01C1B171662142
Octal305215217034332754641102
Binary11000101100011011000111101110011011101111011001101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58D8F; }

 p { color: rgb(197,141,143); }

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

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

 a { background-color: rgb(197,141,143); }

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

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

 span { border-color: rgb(197,141,143); }

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