Html Css Color HEX #C0843E Brandy Punch

📋 copy color: '#C0843E'

red 192 ◦ green 132 ◦ blue 62

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

Shades of Brandy Punch #C0843E

Tints of Brandy Punch #C0843E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.2%

 BLUE value IS 62 (24.61% from 255) = 16.06%

R = 49.74%
G = 34.2%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0843E (or 0xC0843E) is known color: Brandy Punch. HEX triplet: C0, 84 and 3E. RGB value is (192,132,62). Sum of RGB (Red+Green+Blue) = 192+132+62=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0843E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0843E is #3F7BC1. Grayscale: #8E8E8E. Windows color (decimal): -4160450 or 4097216. OLE color: 4097216.

HSL color Cylindrical-coordinate representation of color #C0843E: hue angle of 32.31º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0843E is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 132 62 -
CMYK 0 0.31 0.68 0.25
HSL 32.31º 0.51% 0.5% -
HSV(B) 32.31º 0.68% 0.75% -
XYZ 30.86 28.06 8.35 -
YUV 141.96 82.88 163.69 -
System Red Green Blue C M Y K H S L
Decimal 192 132 62 0 0.31 0.68 0.25 32.31 0.51 0.5
Hex C0 84 3E 0 1F 44 19 20 33 32
Octal 300 204 76 0 37 104 31 40 63 62
Binary 11000000 10000100 111110 0 11111 1000100 11001 100000 110011 110010

Color Harmonies of #C0843E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0843E

Black with #C0843E

Text Example


Text Example

White with #C0843E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0843E; }

 p { color: rgb(192,132,62); }

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

background-color css

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

 a { background-color: rgb(192,132,62); }

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

border-color css

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

 span { border-color: rgb(192,132,62); }

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