#C48573

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

Shades of Brandy Rose #C48573

Tints of Brandy Rose #C48573

Color information

#C48573 (or 0xC48573) is unknown color: approx Brandy Rose. HEX triplet: C4, 85 and 73. RGB value is (196,133,115). Sum of RGB (Red+Green+Blue) = 196+133+115=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C48573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48573 is #3B7A8C. Grayscale: #959595. Windows color (decimal): -3897997 or 7570884. OLE color: 7570884.

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

Color convert

RGB196133115-
CMYK00.320.410.23
HSL13.33º40.7%60.98%-
HSV(B)13.33º41.33%76.86%-
XYZ34.2529.7520.16-
YUV149.79108.37160.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.14%
GREEN value IS 133 (52.34% from 255) = 29.95%
BLUE value IS 115 (45.31% from 255) = 25.90%
R=44.14%
G=29.95%
B=25.90%

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
Decimal19613311500.320.410.2313.3340.760.98
HexC485730202917d293d
Octal3042051630405127155175
Binary110001001000010111100110100000101001101111101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48573; }

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

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

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

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

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

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

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

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