Html Css Color HEX #C0803A Brandy Punch

📋 copy color: '#C0803A'

red 192 ◦ green 128 ◦ blue 58

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

Shades of Brandy Punch #C0803A

Tints of Brandy Punch #C0803A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.86%

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

R = 50.79%
G = 33.86%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0803A (or 0xC0803A) is known color: Brandy Punch. HEX triplet: C0, 80 and 3A. RGB value is (192,128,58). Sum of RGB (Red+Green+Blue) = 192+128+58=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C0803A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0803A is #3F7FC5. Grayscale: #8B8B8B. Windows color (decimal): -4161478 or 3834048. OLE color: 3834048.

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

Color convert

RGB 192 128 58 -
CMYK 0 0.33 0.70 0.25
HSL 31.34º 0.54% 0.49% -
HSV(B) 31.34º 0.7% 0.75% -
XYZ 30.22 26.95 7.61 -
YUV 139.16 82.2 165.69 -
System Red Green Blue C M Y K H S L
Decimal 192 128 58 0 0.33 0.70 0.25 31.34 0.54 0.49
Hex C0 80 3A 0 21 46 19 1F 36 31
Octal 300 200 72 0 41 106 31 37 66 61
Binary 11000000 10000000 111010 0 100001 1000110 11001 11111 110110 110001

Color Harmonies of #C0803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0803A

Black with #C0803A

Text Example


Text Example

White with #C0803A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0803A; }

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

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

background-color css

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

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

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

border-color css

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

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

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