Html Css Color HEX #C0784A Brandy Punch

📋 copy color: '#C0784A'

red 192 ◦ green 120 ◦ blue 74

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

Shades of Brandy Punch #C0784A

Tints of Brandy Punch #C0784A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.09%

 BLUE value IS 74 (29.3% from 255) = 19.17%

R = 49.74%
G = 31.09%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0784A (or 0xC0784A) is known color: Brandy Punch. HEX triplet: C0, 78 and 4A. RGB value is (192,120,74). Sum of RGB (Red+Green+Blue) = 192+120+74=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0784A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0784A is #3F87B5. Grayscale: #888888. Windows color (decimal): -4163510 or 4880576. OLE color: 4880576.

HSL color Cylindrical-coordinate representation of color #C0784A: hue angle of 23.39º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0784A is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 120 74 -
CMYK 0 0.38 0.61 0.25
HSL 23.39º 0.48% 0.52% -
HSV(B) 23.39º 0.61% 0.75% -
XYZ 29.69 25.13 9.77 -
YUV 136.28 92.85 167.74 -
System Red Green Blue C M Y K H S L
Decimal 192 120 74 0 0.38 0.61 0.25 23.39 0.48 0.52
Hex C0 78 4A 0 26 3D 19 17 30 34
Octal 300 170 112 0 46 75 31 27 60 64
Binary 11000000 1111000 1001010 0 100110 111101 11001 10111 110000 110100

Color Harmonies of #C0784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0784A

Black with #C0784A

Text Example


Text Example

White with #C0784A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0784A; }

 p { color: rgb(192,120,74); }

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

background-color css

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

 a { background-color: rgb(192,120,74); }

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

border-color css

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

 span { border-color: rgb(192,120,74); }

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