#C47D7A

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

Shades of Brandy Rose #C47D7A

Tints of Brandy Rose #C47D7A

Color information

#C47D7A (or 0xC47D7A) is unknown color: approx Brandy Rose. HEX triplet: C4, 7D and 7A. RGB value is (196,125,122). Sum of RGB (Red+Green+Blue) = 196+125+122=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D7A is #3B8285. Grayscale: #919191. Windows color (decimal): -3900038 or 8027588. OLE color: 8027588.

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

Color convert

RGB196125122-
CMYK00.360.380.23
HSL2.43º38.54%62.35%-
HSV(B)2.43º37.76%76.86%-
XYZ33.6127.8122.01-
YUV145.89114.52163.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.24%
GREEN value IS 125 (49.22% from 255) = 28.22%
BLUE value IS 122 (48.05% from 255) = 27.54%
R=44.24%
G=28.22%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612512200.360.380.232.4338.5462.35
HexC47D7A02426172273e
Octal304175172044462724776
Binary110001001111101111101001001001001101011110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47D7A; }

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

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

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

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

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

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

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

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