#C58D92

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

Shades of Puce #C58D92

Tints of Puce #C58D92

Color information

#C58D92 (or 0xC58D92) is unknown color: approx Puce. HEX triplet: C5, 8D and 92. RGB value is (197,141,146). Sum of RGB (Red+Green+Blue) = 197+141+146=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58D92 is #3A726D. Grayscale: #9E9E9E. Windows color (decimal): -3830382 or 9604549. OLE color: 9604549.

HSL color Cylindrical-coordinate representation of color #C58D92: hue angle of 354.64º 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 #C58D92 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB197141146-
CMYK00.280.260.23
HSL354.64º32.56%66.27%-
HSV(B)354.64º28.43%77.25%-
XYZ37.743331.57-
YUV158.31121.05155.59-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.70%
GREEN value IS 141 (55.47% from 255) = 29.13%
BLUE value IS 146 (57.42% from 255) = 30.17%
R=40.70%
G=29.13%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714114600.280.260.23354.6432.5666.27
HexC58D9201C1A171632142
Octal305215222034322754341102
Binary11000101100011011001001001110011010101111011000111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58D92; }

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

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

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

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

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

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

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

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