Html Css Color HEX #C0793A Brandy Punch

📋 copy color: '#C0793A'

red 192 ◦ green 121 ◦ blue 58

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

Shades of Brandy Punch #C0793A

Tints of Brandy Punch #C0793A

RGB

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

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

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

R = 51.75%
G = 32.61%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0793A (or 0xC0793A) is known color: Brandy Punch. HEX triplet: C0, 79 and 3A. RGB value is (192,121,58). Sum of RGB (Red+Green+Blue) = 192+121+58=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0793A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0793A is #3F86C5. Grayscale: #878787. Windows color (decimal): -4163270 or 3832256. OLE color: 3832256.

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

Color convert

RGB 192 121 58 -
CMYK 0 0.37 0.70 0.25
HSL 28.21º 0.54% 0.49% -
HSV(B) 28.21º 0.7% 0.75% -
XYZ 29.34 25.19 7.32 -
YUV 135.05 84.52 168.62 -
System Red Green Blue C M Y K H S L
Decimal 192 121 58 0 0.37 0.70 0.25 28.21 0.54 0.49
Hex C0 79 3A 0 25 46 19 1C 36 31
Octal 300 171 72 0 45 106 31 34 66 61
Binary 11000000 1111001 111010 0 100101 1000110 11001 11100 110110 110001

Color Harmonies of #C0793A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0793A

Black with #C0793A

Text Example


Text Example

White with #C0793A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0793A; }

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

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

background-color css

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

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

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

border-color css

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

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

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