#C48879

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

Shades of Brandy Rose #C48879

Tints of Brandy Rose #C48879

Color information

#C48879 (or 0xC48879) is unknown color: approx Brandy Rose. HEX triplet: C4, 88 and 79. RGB value is (196,136,121). Sum of RGB (Red+Green+Blue) = 196+136+121=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C48879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48879 is #3B7786. Grayscale: #989898. Windows color (decimal): -3897223 or 7964868. OLE color: 7964868.

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

Color convert

RGB196136121-
CMYK00.310.380.23
HSL12º38.86%62.16%-
HSV(B)12º38.27%76.86%-
XYZ35.0230.7222.17-
YUV152.23110.38159.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.27%
GREEN value IS 136 (53.52% from 255) = 30.02%
BLUE value IS 121 (47.66% from 255) = 26.71%
R=43.27%
G=30.02%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613612100.310.380.231238.8662.16
HexC4887901F2617c273e
Octal3042101710374627144776
Binary11000100100010001111001011111100110101111100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48879; }

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

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

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

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

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

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

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

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