#C47D78

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

Shades of Brandy Rose #C47D78

Tints of Brandy Rose #C47D78

Color information

#C47D78 (or 0xC47D78) is unknown color: approx Brandy Rose. HEX triplet: C4, 7D and 78. RGB value is (196,125,120). Sum of RGB (Red+Green+Blue) = 196+125+120=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D78 is #3B8287. Grayscale: #919191. Windows color (decimal): -3900040 or 7896516. OLE color: 7896516.

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

Color convert

RGB196125120-
CMYK00.360.390.23
HSL3.95º39.18%61.96%-
HSV(B)3.95º38.78%76.86%-
XYZ33.4927.7621.36-
YUV145.66113.52163.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.44%
GREEN value IS 125 (49.22% from 255) = 28.34%
BLUE value IS 120 (47.27% from 255) = 27.21%
R=44.44%
G=28.34%
B=27.21%

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
Decimal19612512000.360.390.233.9539.1861.96
HexC47D7802427174273e
Octal304175170044472744776
Binary1100010011111011111000010010010011110111100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47D78; }

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

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

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

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

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

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

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

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