#C47E74

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

Shades of Brandy Rose #C47E74

Tints of Brandy Rose #C47E74

Color information

#C47E74 (or 0xC47E74) is unknown color: approx Brandy Rose. HEX triplet: C4, 7E and 74. RGB value is (196,126,116). Sum of RGB (Red+Green+Blue) = 196+126+116=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47E74 is #3B818B. Grayscale: #919191. Windows color (decimal): -3899788 or 7634628. OLE color: 7634628.

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

Color convert

RGB196126116-
CMYK00.360.410.23
HSL7.5º40.4%61.18%-
HSV(B)7.5º40.82%76.86%-
XYZ33.3827.9220.15-
YUV145.79111.19163.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.75%
GREEN value IS 126 (49.61% from 255) = 28.77%
BLUE value IS 116 (45.70% from 255) = 26.48%
R=44.75%
G=28.77%
B=26.48%

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
Decimal19612611600.360.410.237.540.461.18
HexC47E7402429177283d
Octal304176164044512775075
Binary1100010011111101110100010010010100110111111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47E74; }

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

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

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

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

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

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

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

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