#C5857A

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

Shades of Brandy Rose #C5857A

Tints of Brandy Rose #C5857A

Color information

#C5857A (or 0xC5857A) is unknown color: approx Brandy Rose. HEX triplet: C5, 85 and 7A. RGB value is (197,133,122). Sum of RGB (Red+Green+Blue) = 197+133+122=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C5857A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5857A is #3A7A85. Grayscale: #969696. Windows color (decimal): -3832454 or 8029637. OLE color: 8029637.

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

Color convert

RGB197133122-
CMYK00.320.380.23
HSL8.8º39.27%62.55%-
HSV(B)8.8º38.07%77.25%-
XYZ34.9330.0522.37-
YUV150.88111.7160.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.58%
GREEN value IS 133 (52.34% from 255) = 29.42%
BLUE value IS 122 (48.05% from 255) = 26.99%
R=43.58%
G=29.42%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713312200.320.380.238.839.2762.55
HexC5857A02026179273f
Octal3052051720404627114777
Binary110001011000010111110100100000100110101111001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5857A; }

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

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

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

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

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

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

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

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