#C07D4D

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

Shades of Brandy Punch #C07D4D

Tints of Brandy Punch #C07D4D

Color information

#C07D4D (or 0xC07D4D) is unknown color: approx Brandy Punch. HEX triplet: C0, 7D and 4D. RGB value is (192,125,77). Sum of RGB (Red+Green+Blue) = 192+125+77=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07D4D is #3F82B2. Grayscale: #8B8B8B. Windows color (decimal): -4162227 or 5078464. OLE color: 5078464.

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

Color convert

RGB19212577-
CMYK00.350.600.25
HSL25.04º47.72%52.75%-
HSV(B)25.04º59.9%75.29%-
XYZ30.4126.4110.52-
YUV139.5692.7165.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.73%
GREEN value IS 125 (49.22% from 255) = 31.73%
BLUE value IS 77 (30.47% from 255) = 19.54%
R=48.73%
G=31.73%
B=19.54%

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
Decimal1921257700.350.600.2525.0447.7252.75
HexC07D4D0233C19193035
Octal3001751150437431316065
Binary110000001111101100110101000111111001100111001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07D4D; }

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

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

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

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

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

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

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

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