#C07C4D

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

Shades of Brandy Punch #C07C4D

Tints of Brandy Punch #C07C4D

Color information

#C07C4D (or 0xC07C4D) is unknown color: approx Brandy Punch. HEX triplet: C0, 7C and 4D. RGB value is (192,124,77). Sum of RGB (Red+Green+Blue) = 192+124+77=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07C4D is #3F83B2. Grayscale: #8B8B8B. Windows color (decimal): -4162483 or 5078208. OLE color: 5078208.

HSL color Cylindrical-coordinate representation of color #C07C4D: hue angle of 24.52º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C07C4D is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19212477-
CMYK00.350.600.25
HSL24.52º47.72%52.75%-
HSV(B)24.52º59.9%75.29%-
XYZ30.2926.1610.47-
YUV138.9793.03165.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.85%
GREEN value IS 124 (48.83% from 255) = 31.55%
BLUE value IS 77 (30.47% from 255) = 19.59%
R=48.85%
G=31.55%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921247700.350.600.2524.5247.7252.75
HexC07C4D0233C19193035
Octal3001741150437431316065
Binary110000001111100100110101000111111001100111001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07C4D; }

 p { color: rgb(192,124,77); }

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

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

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

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

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

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

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