#C48979

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

Shades of Brandy Rose #C48979

Tints of Brandy Rose #C48979

Color information

#C48979 (or 0xC48979) is unknown color: approx Brandy Rose. HEX triplet: C4, 89 and 79. RGB value is (196,137,121). Sum of RGB (Red+Green+Blue) = 196+137+121=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 121 (47.66% from 255 or 26.65% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C48979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48979 is #3B7686. Grayscale: #989898. Windows color (decimal): -3896967 or 7965124. OLE color: 7965124.

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

Color convert

RGB196137121-
CMYK00.300.380.23
HSL12.8º38.86%62.16%-
HSV(B)12.8º38.27%76.86%-
XYZ35.1631.0122.22-
YUV152.82110.05158.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.17%
GREEN value IS 137 (53.91% from 255) = 30.18%
BLUE value IS 121 (47.66% from 255) = 26.65%
R=43.17%
G=30.18%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613712100.300.380.2312.838.8662.16
HexC4897901E2617d273e
Octal3042111710364627154776
Binary11000100100010011111001011110100110101111101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48979; }

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

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

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

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

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

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

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

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