#C47D73

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

Shades of Brandy Rose #C47D73

Tints of Brandy Rose #C47D73

Color information

#C47D73 (or 0xC47D73) is unknown color: approx Brandy Rose. HEX triplet: C4, 7D and 73. RGB value is (196,125,115). Sum of RGB (Red+Green+Blue) = 196+125+115=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D73 is #3B828C. Grayscale: #919191. Windows color (decimal): -3900045 or 7568836. OLE color: 7568836.

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

Color convert

RGB196125115-
CMYK00.360.410.23
HSL7.41º40.7%60.98%-
HSV(B)7.41º41.33%76.86%-
XYZ33.1927.6419.81-
YUV145.09111.02164.31-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.95%
GREEN value IS 125 (49.22% from 255) = 28.67%
BLUE value IS 115 (45.31% from 255) = 26.38%
R=44.95%
G=28.67%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612511500.360.410.237.4140.760.98
HexC47D7302429177293d
Octal304175163044512775175
Binary1100010011111011110011010010010100110111111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47D73; }

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

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

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

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

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

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

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

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