#C58578

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

Shades of Brandy Rose #C58578

Tints of Brandy Rose #C58578

Color information

#C58578 (or 0xC58578) is unknown color: approx Brandy Rose. HEX triplet: C5, 85 and 78. RGB value is (197,133,120). Sum of RGB (Red+Green+Blue) = 197+133+120=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C58578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58578 is #3A7A87. Grayscale: #969696. Windows color (decimal): -3832456 or 7898565. OLE color: 7898565.

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

Color convert

RGB197133120-
CMYK00.320.390.23
HSL10.13º39.9%62.16%-
HSV(B)10.13º39.09%77.25%-
XYZ34.83021.73-
YUV150.65110.7161.06-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.78%
GREEN value IS 133 (52.34% from 255) = 29.56%
BLUE value IS 120 (47.27% from 255) = 26.67%
R=43.78%
G=29.56%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713312000.320.390.2310.1339.962.16
HexC585780202717a283e
Octal3052051700404727125076
Binary110001011000010111110000100000100111101111010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58578; }

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

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

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

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

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

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

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

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