Html Css Color HEX #C0794C Brandy Punch

📋 copy color: '#C0794C'

red 192 ◦ green 121 ◦ blue 76

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

Shades of Brandy Punch #C0794C

Tints of Brandy Punch #C0794C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.54%

R = 49.36%
G = 31.11%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0794C (or 0xC0794C) is known color: Brandy Punch. HEX triplet: C0, 79 and 4C. RGB value is (192,121,76). Sum of RGB (Red+Green+Blue) = 192+121+76=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0794C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0794C is #3F86B3. Grayscale: #898989. Windows color (decimal): -4163252 or 5011904. OLE color: 5011904.

HSL color Cylindrical-coordinate representation of color #C0794C: hue angle of 23.28º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0794C is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 121 76 -
CMYK 0 0.37 0.60 0.25
HSL 23.28º 0.48% 0.53% -
HSV(B) 23.28º 0.6% 0.75% -
XYZ 29.88 25.4 10.17 -
YUV 137.1 93.52 167.16 -
System Red Green Blue C M Y K H S L
Decimal 192 121 76 0 0.37 0.60 0.25 23.28 0.48 0.53
Hex C0 79 4C 0 25 3C 19 17 30 35
Octal 300 171 114 0 45 74 31 27 60 65
Binary 11000000 1111001 1001100 0 100101 111100 11001 10111 110000 110101

Color Harmonies of #C0794C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0794C

Black with #C0794C

Text Example


Text Example

White with #C0794C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0794C; }

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

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

background-color css

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

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

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

border-color css

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

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

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