#C07D3C

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

Shades of Brandy Punch #C07D3C

Tints of Brandy Punch #C07D3C

Color information

#C07D3C (or 0xC07D3C) is unknown color: approx Brandy Punch. HEX triplet: C0, 7D and 3C. RGB value is (192,125,60). Sum of RGB (Red+Green+Blue) = 192+125+60=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07D3C is #3F82C3. Grayscale: #898989. Windows color (decimal): -4162244 or 3964352. OLE color: 3964352.

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

Color convert

RGB19212560-
CMYK00.350.690.25
HSL29.55º52.38%49.41%-
HSV(B)29.55º68.75%75.29%-
XYZ29.8926.27.76-
YUV137.6284.2166.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.93%
GREEN value IS 125 (49.22% from 255) = 33.16%
BLUE value IS 60 (23.83% from 255) = 15.92%
R=50.93%
G=33.16%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921256000.350.690.2529.5552.3849.41
HexC07D3C02345191e3431
Octal3001757404310531366461
Binary110000001111101111100010001110001011100111110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07D3C; }

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

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

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

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

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

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

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

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