#C48079

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

Shades of Brandy Rose #C48079

Tints of Brandy Rose #C48079

Color information

#C48079 (or 0xC48079) is unknown color: approx Brandy Rose. HEX triplet: C4, 80 and 79. RGB value is (196,128,121). Sum of RGB (Red+Green+Blue) = 196+128+121=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C48079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48079 is #3B7F86. Grayscale: #939393. Windows color (decimal): -3899271 or 7962820. OLE color: 7962820.

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

Color convert

RGB196128121-
CMYK00.350.380.23
HSL5.6º38.86%62.16%-
HSV(B)5.6º38.27%76.86%-
XYZ33.9428.5521.81-
YUV147.53113.03162.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.04%
GREEN value IS 128 (50.39% from 255) = 28.76%
BLUE value IS 121 (47.66% from 255) = 27.19%
R=44.04%
G=28.76%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612812100.350.380.235.638.8662.16
HexC4807902326176273e
Octal304200171043462764776
Binary11000100100000001111001010001110011010111110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48079; }

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

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

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

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

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

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

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

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