Html Css Color HEX #C0783A Brandy Punch

📋 copy color: '#C0783A'

red 192 ◦ green 120 ◦ blue 58

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

Shades of Brandy Punch #C0783A

Tints of Brandy Punch #C0783A

RGB

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

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

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

R = 51.89%
G = 32.43%
B = 15.68%

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

#C0783A (or 0xC0783A) is known color: Brandy Punch. HEX triplet: C0, 78 and 3A. RGB value is (192,120,58). Sum of RGB (Red+Green+Blue) = 192+120+58=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0783A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0783A is #3F87C5. Grayscale: #868686. Windows color (decimal): -4163526 or 3832000. OLE color: 3832000.

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

Color convert

RGB 192 120 58 -
CMYK 0 0.38 0.70 0.25
HSL 27.76º 0.54% 0.49% -
HSV(B) 27.76º 0.7% 0.75% -
XYZ 29.22 24.94 7.28 -
YUV 134.46 84.85 169.04 -
System Red Green Blue C M Y K H S L
Decimal 192 120 58 0 0.38 0.70 0.25 27.76 0.54 0.49
Hex C0 78 3A 0 26 46 19 1C 36 31
Octal 300 170 72 0 46 106 31 34 66 61
Binary 11000000 1111000 111010 0 100110 1000110 11001 11100 110110 110001

Color Harmonies of #C0783A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0783A

Black with #C0783A

Text Example


Text Example

White with #C0783A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0783A; }

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

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

background-color css

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

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

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

border-color css

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

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

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