#C58789

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

Shades of Puce #C58789

Tints of Puce #C58789

Color information

#C58789 (or 0xC58789) is unknown color: approx Puce. HEX triplet: C5, 87 and 89. RGB value is (197,135,137). Sum of RGB (Red+Green+Blue) = 197+135+137=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C58789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58789 is #3A7876. Grayscale: #999999. Windows color (decimal): -3831927 or 9013189. OLE color: 9013189.

HSL color Cylindrical-coordinate representation of color #C58789: hue angle of 358.06º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C58789 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB197135137-
CMYK00.310.300.23
HSL358.06º34.83%65.1%-
HSV(B)358.06º31.47%77.25%-
XYZ36.213127.74-
YUV153.77118.54158.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.00%
GREEN value IS 135 (53.12% from 255) = 28.78%
BLUE value IS 137 (53.91% from 255) = 29.21%
R=42.00%
G=28.78%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713513700.310.300.23358.0634.8365.1
HexC5878901F1E171662341
Octal305207211037362754643101
Binary11000101100001111000100101111111110101111011001101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58789; }

 p { color: rgb(197,135,137); }

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

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

 a { background-color: rgb(197,135,137); }

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

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

 span { border-color: rgb(197,135,137); }

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