#C48471

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

Shades of Brandy Rose #C48471

Tints of Brandy Rose #C48471

Color information

#C48471 (or 0xC48471) is unknown color: approx Brandy Rose. HEX triplet: C4, 84 and 71. RGB value is (196,132,113). Sum of RGB (Red+Green+Blue) = 196+132+113=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C48471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48471 is #3B7B8E. Grayscale: #959595. Windows color (decimal): -3898255 or 7439556. OLE color: 7439556.

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

Color convert

RGB196132113-
CMYK00.330.420.23
HSL13.73º41.29%60.59%-
HSV(B)13.73º42.35%76.86%-
XYZ3429.4319.51-
YUV148.97107.7161.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.44%
GREEN value IS 132 (51.95% from 255) = 29.93%
BLUE value IS 113 (44.53% from 255) = 25.62%
R=44.44%
G=29.93%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613211300.330.420.2313.7341.2960.59
HexC484710212A17e293d
Octal3042041610415227165175
Binary110001001000010011100010100001101010101111110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48471; }

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

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

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

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

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

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

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

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