#C48077

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

Shades of Brandy Rose #C48077

Tints of Brandy Rose #C48077

Color information

#C48077 (or 0xC48077) is unknown color: approx Brandy Rose. HEX triplet: C4, 80 and 77. RGB value is (196,128,119). Sum of RGB (Red+Green+Blue) = 196+128+119=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C48077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48077 is #3B7F88. Grayscale: #939393. Windows color (decimal): -3899273 or 7831748. OLE color: 7831748.

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

Color convert

RGB196128119-
CMYK00.350.390.23
HSL7.01º39.49%61.76%-
HSV(B)7.01º39.29%76.86%-
XYZ33.8128.5121.17-
YUV147.31112.03162.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.24%
GREEN value IS 128 (50.39% from 255) = 28.89%
BLUE value IS 119 (46.88% from 255) = 26.86%
R=44.24%
G=28.89%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612811900.350.390.237.0139.4961.76
HexC4807702327177273e
Octal304200167043472774776
Binary11000100100000001110111010001110011110111111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48077; }

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

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

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

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

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

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

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

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