#C58379

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

Shades of Brandy Rose #C58379

Tints of Brandy Rose #C58379

Color information

#C58379 (or 0xC58379) is unknown color: approx Brandy Rose. HEX triplet: C5, 83 and 79. RGB value is (197,131,121). Sum of RGB (Red+Green+Blue) = 197+131+121=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C58379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58379 is #3A7C86. Grayscale: #959595. Windows color (decimal): -3832967 or 7963589. OLE color: 7963589.

HSL color Cylindrical-coordinate representation of color #C58379: hue angle of 7.89º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C58379 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB197131121-
CMYK00.340.390.23
HSL7.89º39.58%62.35%-
HSV(B)7.89º38.58%77.25%-
XYZ34.5929.4821.96-
YUV149.59111.87161.81-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.88%
GREEN value IS 131 (51.56% from 255) = 29.18%
BLUE value IS 121 (47.66% from 255) = 26.95%
R=43.88%
G=29.18%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713112100.340.390.237.8939.5862.35
HexC5837902227178283e
Octal3052031710424727105076
Binary110001011000001111110010100010100111101111000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58379; }

 p { color: rgb(197,131,121); }

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

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

 a { background-color: rgb(197,131,121); }

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

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

 span { border-color: rgb(197,131,121); }

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