Html Css Color HEX #C07E40 Brandy Punch

📋 copy color: '#C07E40'

red 192 ◦ green 126 ◦ blue 64

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

Shades of Brandy Punch #C07E40

Tints of Brandy Punch #C07E40

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.98%

 BLUE value IS 64 (25.39% from 255) = 16.75%

R = 50.26%
G = 32.98%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C07E40 (or 0xC07E40) is known color: Brandy Punch. HEX triplet: C0, 7E and 40. RGB value is (192,126,64). Sum of RGB (Red+Green+Blue) = 192+126+64=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07E40 is #3F81BF. Grayscale: #8A8A8A. Windows color (decimal): -4161984 or 4226752. OLE color: 4226752.

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

Color convert

RGB 192 126 64 -
CMYK 0 0.34 0.67 0.25
HSL 29.06º 0.5% 0.5% -
HSV(B) 29.06º 0.67% 0.75% -
XYZ 30.12 26.5 8.38 -
YUV 138.67 85.87 166.04 -
System Red Green Blue C M Y K H S L
Decimal 192 126 64 0 0.34 0.67 0.25 29.06 0.5 0.5
Hex C0 7E 40 0 22 43 19 1D 32 32
Octal 300 176 100 0 42 103 31 35 62 62
Binary 11000000 1111110 1000000 0 100010 1000011 11001 11101 110010 110010

Color Harmonies of #C07E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E40

Black with #C07E40

Text Example


Text Example

White with #C07E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E40; }

 p { color: rgb(192,126,64); }

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

background-color css

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

 a { background-color: rgb(192,126,64); }

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

border-color css

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

 span { border-color: rgb(192,126,64); }

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