Html Css Color HEX #C0833F Brandy Punch

📋 copy color: '#C0833F'

red 192 ◦ green 131 ◦ blue 63

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

Shades of Brandy Punch #C0833F

Tints of Brandy Punch #C0833F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.94%

 BLUE value IS 63 (25% from 255) = 16.32%

R = 49.74%
G = 33.94%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0833F (or 0xC0833F) is known color: Brandy Punch. HEX triplet: C0, 83 and 3F. RGB value is (192,131,63). Sum of RGB (Red+Green+Blue) = 192+131+63=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0833F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0833F is #3F7CC0. Grayscale: #8D8D8D. Windows color (decimal): -4160705 or 4162496. OLE color: 4162496.

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

Color convert

RGB 192 131 63 -
CMYK 0 0.32 0.67 0.25
HSL 31.63º 0.51% 0.5% -
HSV(B) 31.63º 0.67% 0.75% -
XYZ 30.75 27.8 8.45 -
YUV 141.49 83.71 164.03 -
System Red Green Blue C M Y K H S L
Decimal 192 131 63 0 0.32 0.67 0.25 31.63 0.51 0.5
Hex C0 83 3F 0 20 43 19 20 33 32
Octal 300 203 77 0 40 103 31 40 63 62
Binary 11000000 10000011 111111 0 100000 1000011 11001 100000 110011 110010

Color Harmonies of #C0833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0833F

Black with #C0833F

Text Example


Text Example

White with #C0833F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0833F; }

 p { color: rgb(192,131,63); }

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

background-color css

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

 a { background-color: rgb(192,131,63); }

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

border-color css

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

 span { border-color: rgb(192,131,63); }

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