#C47E4B

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

Shades of Brandy Punch #C47E4B

Tints of Brandy Punch #C47E4B

Color information

#C47E4B (or 0xC47E4B) is unknown color: approx Brandy Punch. HEX triplet: C4, 7E and 4B. RGB value is (196,126,75). Sum of RGB (Red+Green+Blue) = 196+126+75=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47E4B is #3B81B4. Grayscale: #8D8D8D. Windows color (decimal): -3899829 or 4947652. OLE color: 4947652.

HSL color Cylindrical-coordinate representation of color #C47E4B: hue angle of 25.29º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C47E4B is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB19612675-
CMYK00.360.620.23
HSL25.29º50.63%53.14%-
HSV(B)25.29º61.73%76.86%-
XYZ31.527.1710.24-
YUV141.1290.69167.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.37%
GREEN value IS 126 (49.61% from 255) = 31.74%
BLUE value IS 75 (29.69% from 255) = 18.89%
R=49.37%
G=31.74%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961267500.360.620.2325.2950.6353.14
HexC47E4B0243E17193335
Octal3041761130447627316365
Binary110001001111110100101101001001111101011111001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47E4B; }

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

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

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

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

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

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

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

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