Html Css Color HEX #C07D3E Brandy Punch

📋 copy color: '#C07D3E'

red 192 ◦ green 125 ◦ blue 62

#C07D3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Punch #C07D3E

Tints of Brandy Punch #C07D3E

RGB

 RED value IS 192 (75.39% from 255) = 50.66%

 GREEN value IS 125 (49.22% from 255) = 32.98%

 BLUE value IS 62 (24.61% from 255) = 16.36%

R = 50.66%
G = 32.98%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C07D3E (or 0xC07D3E) is known color: Brandy Punch. HEX triplet: C0, 7D and 3E. RGB value is (192,125,62). Sum of RGB (Red+Green+Blue) = 192+125+62=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07D3E is #3F82C1. Grayscale: #8A8A8A. Windows color (decimal): -4162242 or 4095424. OLE color: 4095424.

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

Color convert

RGB 192 125 62 -
CMYK 0 0.35 0.68 0.25
HSL 29.08º 0.51% 0.5% -
HSV(B) 29.08º 0.68% 0.75% -
XYZ 29.94 26.22 8.04 -
YUV 137.85 85.2 166.62 -
System Red Green Blue C M Y K H S L
Decimal 192 125 62 0 0.35 0.68 0.25 29.08 0.51 0.5
Hex C0 7D 3E 0 23 44 19 1D 33 32
Octal 300 175 76 0 43 104 31 35 63 62
Binary 11000000 1111101 111110 0 100011 1000100 11001 11101 110011 110010

Color Harmonies of #C07D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07D3E

Black with #C07D3E

Text Example


Text Example

White with #C07D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07D3E; }

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

 H1.HeaderClassName
 {
   color: #C07D3E;
 }
 .AnyTagClassName
 {
   color: #C07D3E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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