#C58F8E

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

Shades of Rosy Brown #C58F8E

Tints of Rosy Brown #C58F8E

Color information

#C58F8E (or 0xC58F8E) is unknown color: approx Rosy Brown. HEX triplet: C5, 8F and 8E. RGB value is (197,143,142). Sum of RGB (Red+Green+Blue) = 197+143+142=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58F8E is #3A7071. Grayscale: #9F9F9F. Windows color (decimal): -3829874 or 9342917. OLE color: 9342917.

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

Color convert

RGB197143142-
CMYK00.270.280.23
HSL1.09º32.16%66.47%-
HSV(B)1.09º27.92%77.25%-
XYZ37.7333.4730.06-
YUV159.03118.39155.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.87%
GREEN value IS 143 (56.25% from 255) = 29.67%
BLUE value IS 142 (55.86% from 255) = 29.46%
R=40.87%
G=29.67%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714314200.270.280.231.0932.1666.47
HexC58F8E01B1C1712042
Octal3052172160333427140102
Binary110001011000111110001110011011111001011111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58F8E; }

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

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

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

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

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

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

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

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