Html Css Color HEX #C0773A Brandy Punch

📋 copy color: '#C0773A'

red 192 ◦ green 119 ◦ blue 58

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

Shades of Brandy Punch #C0773A

Tints of Brandy Punch #C0773A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.25%

 BLUE value IS 58 (23.05% from 255) = 15.72%

R = 52.03%
G = 32.25%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0773A (or 0xC0773A) is known color: Brandy Punch. HEX triplet: C0, 77 and 3A. RGB value is (192,119,58). Sum of RGB (Red+Green+Blue) = 192+119+58=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0773A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0773A is #3F88C5. Grayscale: #868686. Windows color (decimal): -4163782 or 3831744. OLE color: 3831744.

HSL color Cylindrical-coordinate representation of color #C0773A: hue angle of 27.31º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0773A is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 119 58 -
CMYK 0 0.38 0.70 0.25
HSL 27.31º 0.54% 0.49% -
HSV(B) 27.31º 0.7% 0.75% -
XYZ 29.1 24.71 7.24 -
YUV 133.87 85.18 169.46 -
System Red Green Blue C M Y K H S L
Decimal 192 119 58 0 0.38 0.70 0.25 27.31 0.54 0.49
Hex C0 77 3A 0 26 46 19 1B 36 31
Octal 300 167 72 0 46 106 31 33 66 61
Binary 11000000 1110111 111010 0 100110 1000110 11001 11011 110110 110001

Color Harmonies of #C0773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0773A

Black with #C0773A

Text Example


Text Example

White with #C0773A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0773A; }

 p { color: rgb(192,119,58); }

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

background-color css

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

 a { background-color: rgb(192,119,58); }

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

border-color css

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

 span { border-color: rgb(192,119,58); }

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