#C58475

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

Shades of Brandy Rose #C58475

Tints of Brandy Rose #C58475

Color information

#C58475 (or 0xC58475) is unknown color: approx Brandy Rose. HEX triplet: C5, 84 and 75. RGB value is (197,132,117). Sum of RGB (Red+Green+Blue) = 197+132+117=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C58475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58475 is #3A7B8A. Grayscale: #959595. Windows color (decimal): -3832715 or 7701701. OLE color: 7701701.

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

Color convert

RGB197132117-
CMYK00.330.410.23
HSL11.25º40.82%61.57%-
HSV(B)11.25º40.61%77.25%-
XYZ34.4929.6620.74-
YUV149.72109.53161.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.17%
GREEN value IS 132 (51.95% from 255) = 29.60%
BLUE value IS 117 (46.09% from 255) = 26.23%
R=44.17%
G=29.60%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713211700.330.410.2311.2540.8261.57
HexC584750212917b293e
Octal3052041650415127135176
Binary110001011000010011101010100001101001101111011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58475; }

 p { color: rgb(197,132,117); }

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

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

 a { background-color: rgb(197,132,117); }

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

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

 span { border-color: rgb(197,132,117); }

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