#C07647

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

Shades of Brandy Punch #C07647

Tints of Brandy Punch #C07647

Color information

#C07647 (or 0xC07647) is unknown color: approx Brandy Punch. HEX triplet: C0, 76 and 47. RGB value is (192,118,71). Sum of RGB (Red+Green+Blue) = 192+118+71=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C07647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07647 is #3F89B8. Grayscale: #878787. Windows color (decimal): -4164025 or 4683456. OLE color: 4683456.

HSL color Cylindrical-coordinate representation of color #C07647: hue angle of 23.31º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C07647 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB19211871-
CMYK00.390.630.25
HSL23.31º48.99%51.57%-
HSV(B)23.31º63.02%75.29%-
XYZ29.3524.629.17-
YUV134.7792.02168.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.39%
GREEN value IS 118 (46.48% from 255) = 30.97%
BLUE value IS 71 (28.12% from 255) = 18.64%
R=50.39%
G=30.97%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921187100.390.630.2523.3148.9951.57
HexC076470273F19173134
Octal3001661070477731276164
Binary110000001110110100011101001111111111100110111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07647; }

 p { color: rgb(192,118,71); }

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

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

 a { background-color: rgb(192,118,71); }

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

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

 span { border-color: rgb(192,118,71); }

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