#C47F7A

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

Shades of Brandy Rose #C47F7A

Tints of Brandy Rose #C47F7A

Color information

#C47F7A (or 0xC47F7A) is unknown color: approx Brandy Rose. HEX triplet: C4, 7F and 7A. RGB value is (196,127,122). Sum of RGB (Red+Green+Blue) = 196+127+122=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47F7A is #3B8085. Grayscale: #939393. Windows color (decimal): -3899526 or 8028100. OLE color: 8028100.

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

Color convert

RGB196127122-
CMYK00.350.380.23
HSL4.05º38.54%62.35%-
HSV(B)4.05º37.76%76.86%-
XYZ33.8728.3222.09-
YUV147.06113.86162.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.04%
GREEN value IS 127 (50% from 255) = 28.54%
BLUE value IS 122 (48.05% from 255) = 27.42%
R=44.04%
G=28.54%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612712200.350.380.234.0538.5462.35
HexC47F7A02326174273e
Octal304177172043462744776
Binary1100010011111111111010010001110011010111100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47F7A; }

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

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

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

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

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

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

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

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