#C48376

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

Shades of Brandy Rose #C48376

Tints of Brandy Rose #C48376

Color information

#C48376 (or 0xC48376) is unknown color: approx Brandy Rose. HEX triplet: C4, 83 and 76. RGB value is (196,131,118). Sum of RGB (Red+Green+Blue) = 196+131+118=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C48376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48376 is #3B7C89. Grayscale: #959595. Windows color (decimal): -3898506 or 7766980. OLE color: 7766980.

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

Color convert

RGB196131118-
CMYK00.330.400.23
HSL10º39.8%61.57%-
HSV(B)10º39.8%76.86%-
XYZ34.1529.2820.99-
YUV148.95110.53161.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.04%
GREEN value IS 131 (51.56% from 255) = 29.44%
BLUE value IS 118 (46.48% from 255) = 26.52%
R=44.04%
G=29.44%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613111800.330.400.231039.861.57
HexC483760212817a283e
Octal3042031660415027125076
Binary110001001000001111101100100001101000101111010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48376; }

 p { color: rgb(196,131,118); }

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

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

 a { background-color: rgb(196,131,118); }

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

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

 span { border-color: rgb(196,131,118); }

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