Html Css Color HEX #C07940 Brandy Punch

📋 copy color: '#C07940'

red 192 ◦ green 121 ◦ blue 64

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

Shades of Brandy Punch #C07940

Tints of Brandy Punch #C07940

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.1%

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

R = 50.93%
G = 32.1%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C07940 (or 0xC07940) is known color: Brandy Punch. HEX triplet: C0, 79 and 40. RGB value is (192,121,64). Sum of RGB (Red+Green+Blue) = 192+121+64=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C07940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07940 is #3F86BF. Grayscale: #888888. Windows color (decimal): -4163264 or 4225472. OLE color: 4225472.

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

Color convert

RGB 192 121 64 -
CMYK 0 0.37 0.67 0.25
HSL 26.72º 0.5% 0.5% -
HSV(B) 26.72º 0.67% 0.75% -
XYZ 29.5 25.25 8.17 -
YUV 135.73 87.52 168.13 -
System Red Green Blue C M Y K H S L
Decimal 192 121 64 0 0.37 0.67 0.25 26.72 0.5 0.5
Hex C0 79 40 0 25 43 19 1B 32 32
Octal 300 171 100 0 45 103 31 33 62 62
Binary 11000000 1111001 1000000 0 100101 1000011 11001 11011 110010 110010

Color Harmonies of #C07940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07940

Black with #C07940

Text Example


Text Example

White with #C07940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07940; }

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

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

background-color css

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

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

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

border-color css

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

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

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