#C48479

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

Shades of Brandy Rose #C48479

Tints of Brandy Rose #C48479

Color information

#C48479 (or 0xC48479) is unknown color: approx Brandy Rose. HEX triplet: C4, 84 and 79. RGB value is (196,132,121). Sum of RGB (Red+Green+Blue) = 196+132+121=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C48479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48479 is #3B7B86. Grayscale: #959595. Windows color (decimal): -3898247 or 7963844. OLE color: 7963844.

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

Color convert

RGB196132121-
CMYK00.330.380.23
HSL8.8º38.86%62.16%-
HSV(B)8.8º38.27%76.86%-
XYZ34.4729.6221.99-
YUV149.88111.7160.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.65%
GREEN value IS 132 (51.95% from 255) = 29.40%
BLUE value IS 121 (47.66% from 255) = 26.95%
R=43.65%
G=29.40%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613212100.330.380.238.838.8662.16
HexC4847902126179273e
Octal3042041710414627114776
Binary110001001000010011110010100001100110101111001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48479; }

 p { color: rgb(196,132,121); }

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

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

 a { background-color: rgb(196,132,121); }

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

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

 span { border-color: rgb(196,132,121); }

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