#C58573

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

Shades of Brandy Rose #C58573

Tints of Brandy Rose #C58573

Color information

#C58573 (or 0xC58573) is unknown color: approx Brandy Rose. HEX triplet: C5, 85 and 73. RGB value is (197,133,115). Sum of RGB (Red+Green+Blue) = 197+133+115=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C58573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58573 is #3A7A8C. Grayscale: #969696. Windows color (decimal): -3832461 or 7570885. OLE color: 7570885.

HSL color Cylindrical-coordinate representation of color #C58573: hue angle of 13.17º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C58573 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB197133115-
CMYK00.320.420.23
HSL13.17º41.41%61.18%-
HSV(B)13.17º41.62%77.25%-
XYZ34.5129.8820.17-
YUV150.08108.2161.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.27%
GREEN value IS 133 (52.34% from 255) = 29.89%
BLUE value IS 115 (45.31% from 255) = 25.84%
R=44.27%
G=29.89%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713311500.320.420.2313.1741.4161.18
HexC585730202A17d293d
Octal3052051630405227155175
Binary110001011000010111100110100000101010101111101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58573; }

 p { color: rgb(197,133,115); }

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

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

 a { background-color: rgb(197,133,115); }

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

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

 span { border-color: rgb(197,133,115); }

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