#C47E78

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

Shades of Brandy Rose #C47E78

Tints of Brandy Rose #C47E78

Color information

#C47E78 (or 0xC47E78) is unknown color: approx Brandy Rose. HEX triplet: C4, 7E and 78. RGB value is (196,126,120). Sum of RGB (Red+Green+Blue) = 196+126+120=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47E78 is #3B8187. Grayscale: #929292. Windows color (decimal): -3899784 or 7896772. OLE color: 7896772.

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

Color convert

RGB196126120-
CMYK00.360.390.23
HSL4.74º39.18%61.96%-
HSV(B)4.74º38.78%76.86%-
XYZ33.6228.0121.4-
YUV146.25113.19163.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.34%
GREEN value IS 126 (49.61% from 255) = 28.51%
BLUE value IS 120 (47.27% from 255) = 27.15%
R=44.34%
G=28.51%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612612000.360.390.234.7439.1861.96
HexC47E7802427175273e
Octal304176170044472754776
Binary1100010011111101111000010010010011110111101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47E78; }

 p { color: rgb(196,126,120); }

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

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

 a { background-color: rgb(196,126,120); }

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

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

 span { border-color: rgb(196,126,120); }

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