#C47F7C

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

Shades of Brandy Rose #C47F7C

Tints of Brandy Rose #C47F7C

Color information

#C47F7C (or 0xC47F7C) is unknown color: approx Brandy Rose. HEX triplet: C4, 7F and 7C. RGB value is (196,127,124). Sum of RGB (Red+Green+Blue) = 196+127+124=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47F7C is #3B8083. Grayscale: #939393. Windows color (decimal): -3899524 or 8159172. OLE color: 8159172.

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

Color convert

RGB196127124-
CMYK00.350.370.23
HSL2.5º37.89%62.75%-
HSV(B)2.5º36.73%76.86%-
XYZ33.9928.3722.75-
YUV147.29114.86162.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.85%
GREEN value IS 127 (50% from 255) = 28.41%
BLUE value IS 124 (48.83% from 255) = 27.74%
R=43.85%
G=28.41%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612712400.350.370.232.537.8962.75
HexC47F7C02325172263f
Octal304177174043452724677
Binary110001001111111111110001000111001011011110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47F7C; }

 p { color: rgb(196,127,124); }

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

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

 a { background-color: rgb(196,127,124); }

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

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

 span { border-color: rgb(196,127,124); }

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