#C58775

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

Shades of Brandy Rose #C58775

Tints of Brandy Rose #C58775

Color information

#C58775 (or 0xC58775) is unknown color: approx Brandy Rose. HEX triplet: C5, 87 and 75. RGB value is (197,135,117). Sum of RGB (Red+Green+Blue) = 197+135+117=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C58775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58775 is #3A788A. Grayscale: #979797. Windows color (decimal): -3831947 or 7702469. OLE color: 7702469.

HSL color Cylindrical-coordinate representation of color #C58775: hue angle of 13.5º 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 #C58775 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB197135117-
CMYK00.310.410.23
HSL13.5º40.82%61.57%-
HSV(B)13.5º40.61%77.25%-
XYZ34.930.4820.87-
YUV151.49108.54160.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.88%
GREEN value IS 135 (53.12% from 255) = 30.07%
BLUE value IS 117 (46.09% from 255) = 26.06%
R=43.88%
G=30.07%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713511700.310.410.2313.540.8261.57
HexC5877501F2917e293e
Octal3052071650375127165176
Binary11000101100001111110101011111101001101111110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58775; }

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

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

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

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

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

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

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

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