#C48876

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

Shades of Brandy Rose #C48876

Tints of Brandy Rose #C48876

Color information

#C48876 (or 0xC48876) is unknown color: approx Brandy Rose. HEX triplet: C4, 88 and 76. RGB value is (196,136,118). Sum of RGB (Red+Green+Blue) = 196+136+118=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C48876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48876 is #3B7789. Grayscale: #989898. Windows color (decimal): -3897226 or 7768260. OLE color: 7768260.

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

Color convert

RGB196136118-
CMYK00.310.400.23
HSL13.85º39.8%61.57%-
HSV(B)13.85º39.8%76.86%-
XYZ34.8430.6521.22-
YUV151.89108.88159.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.56%
GREEN value IS 136 (53.52% from 255) = 30.22%
BLUE value IS 118 (46.48% from 255) = 26.22%
R=43.56%
G=30.22%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613611800.310.400.2313.8539.861.57
HexC4887601F2817e283e
Octal3042101660375027165076
Binary11000100100010001110110011111101000101111110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48876; }

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

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

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

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

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

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

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

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