#C47C7C

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

Shades of Brandy Rose #C47C7C

Tints of Brandy Rose #C47C7C

Color information

#C47C7C (or 0xC47C7C) is unknown color: approx Brandy Rose. HEX triplet: C4, 7C and 7C. RGB value is (196,124,124). Sum of RGB (Red+Green+Blue) = 196+124+124=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47C7C is #3B8383. Grayscale: #919191. Windows color (decimal): -3900292 or 8158404. OLE color: 8158404.

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

Color convert

RGB196124124-
CMYK00.370.370.23
HSL37.89%62.75%-
HSV(B)36.73%76.86%-
XYZ33.6127.6122.63-
YUV145.53115.85164-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.14%
GREEN value IS 124 (48.83% from 255) = 27.93%
BLUE value IS 124 (48.83% from 255) = 27.93%
R=44.14%
G=27.93%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612412400.370.370.23037.8962.75
HexC47C7C02525170263f
Octal304174174045452704677
Binary11000100111110011111000100101100101101110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47C7C; }

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

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

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

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

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

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

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

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