#C47C4B

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

Shades of Brandy Punch #C47C4B

Tints of Brandy Punch #C47C4B

Color information

#C47C4B (or 0xC47C4B) is unknown color: approx Brandy Punch. HEX triplet: C4, 7C and 4B. RGB value is (196,124,75). Sum of RGB (Red+Green+Blue) = 196+124+75=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47C4B is #3B83B4. Grayscale: #8C8C8C. Windows color (decimal): -3900341 or 4947140. OLE color: 4947140.

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

Color convert

RGB19612475-
CMYK00.370.620.23
HSL24.3º50.63%53.14%-
HSV(B)24.3º61.73%76.86%-
XYZ31.2426.6610.16-
YUV139.9491.35167.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.62%
GREEN value IS 124 (48.83% from 255) = 31.39%
BLUE value IS 75 (29.69% from 255) = 18.99%
R=49.62%
G=31.39%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961247500.370.620.2324.350.6353.14
HexC47C4B0253E17183335
Octal3041741130457627306365
Binary110001001111100100101101001011111101011111000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47C4B; }

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

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

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

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

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

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

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

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