#C48673

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

Shades of Brandy Rose #C48673

Tints of Brandy Rose #C48673

Color information

#C48673 (or 0xC48673) is unknown color: approx Brandy Rose. HEX triplet: C4, 86 and 73. RGB value is (196,134,115). Sum of RGB (Red+Green+Blue) = 196+134+115=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C48673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48673 is #3B798C. Grayscale: #969696. Windows color (decimal): -3897741 or 7571140. OLE color: 7571140.

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

Color convert

RGB196134115-
CMYK00.320.410.23
HSL14.07º40.7%60.98%-
HSV(B)14.07º41.33%76.86%-
XYZ34.3830.0220.2-
YUV150.37108.04160.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.04%
GREEN value IS 134 (52.73% from 255) = 30.11%
BLUE value IS 115 (45.31% from 255) = 25.84%
R=44.04%
G=30.11%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613411500.320.410.2314.0740.760.98
HexC486730202917e293d
Octal3042061630405127165175
Binary110001001000011011100110100000101001101111110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48673; }

 p { color: rgb(196,134,115); }

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

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

 a { background-color: rgb(196,134,115); }

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

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

 span { border-color: rgb(196,134,115); }

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