#c48477

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

Shades of Brandy Rose #C48477

Tints of Brandy Rose #C48477

Color information

#C48477 (or 0xC48477) is unknown color: approx Brandy Rose. HEX triplet: C4, 84 and 77. RGB value is (196,132,119). Sum of RGB (Red+Green+Blue) = 196+132+119=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C48477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48477 is #3B7B88. Grayscale: #959595. Windows color (decimal): -3898249 or 7832772. OLE color: 7832772.

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

Color convert

RGB196132119-
CMYK00.330.390.23
HSL10.13º39.49%61.76%-
HSV(B)10.13º39.29%76.86%-
XYZ34.3529.5721.35-
YUV149.65110.7161.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.85%
GREEN value IS 132 (51.95% from 255) = 29.53%
BLUE value IS 119 (46.88% from 255) = 26.62%
R=43.85%
G=29.53%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613211900.330.390.2310.1339.4961.76
HexC484770212717a273e
Octal3042041670414727124776
Binary110001001000010011101110100001100111101111010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c48477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c48477; }

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

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

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

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

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

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

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

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