#C5827A

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

Shades of Brandy Rose #C5827A

Tints of Brandy Rose #C5827A

Color information

#C5827A (or 0xC5827A) is unknown color: approx Brandy Rose. HEX triplet: C5, 82 and 7A. RGB value is (197,130,122). Sum of RGB (Red+Green+Blue) = 197+130+122=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C5827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5827A is #3A7D85. Grayscale: #959595. Windows color (decimal): -3833222 or 8028869. OLE color: 8028869.

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

Color convert

RGB197130122-
CMYK00.340.380.23
HSL6.4º39.27%62.55%-
HSV(B)6.4º38.07%77.25%-
XYZ34.5229.2422.24-
YUV149.12112.7162.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.88%
GREEN value IS 130 (51.17% from 255) = 28.95%
BLUE value IS 122 (48.05% from 255) = 27.17%
R=43.88%
G=28.95%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713012200.340.380.236.439.2762.55
HexC5827A02226176273f
Octal305202172042462764777
Binary11000101100000101111010010001010011010111110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5827A; }

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

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

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

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

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

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

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

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