#C48977

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

Shades of Brandy Rose #C48977

Tints of Brandy Rose #C48977

Color information

#C48977 (or 0xC48977) is unknown color: approx Brandy Rose. HEX triplet: C4, 89 and 77. RGB value is (196,137,119). Sum of RGB (Red+Green+Blue) = 196+137+119=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C48977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48977 is #3B7688. Grayscale: #989898. Windows color (decimal): -3896969 or 7834052. OLE color: 7834052.

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

Color convert

RGB196137119-
CMYK00.300.390.23
HSL14.03º39.49%61.76%-
HSV(B)14.03º39.29%76.86%-
XYZ35.0430.9621.58-
YUV152.59109.05158.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.36%
GREEN value IS 137 (53.91% from 255) = 30.31%
BLUE value IS 119 (46.88% from 255) = 26.33%
R=43.36%
G=30.31%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613711900.300.390.2314.0339.4961.76
HexC4897701E2717e273e
Octal3042111670364727164776
Binary11000100100010011110111011110100111101111110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48977; }

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

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

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

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

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

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

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

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