Html Css Color HEX #C0834A Brandy Punch

📋 copy color: '#C0834A'

red 192 ◦ green 131 ◦ blue 74

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

Shades of Brandy Punch #C0834A

Tints of Brandy Punch #C0834A

RGB

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

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

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

R = 48.36%
G = 33%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0834A (or 0xC0834A) is known color: Brandy Punch. HEX triplet: C0, 83 and 4A. RGB value is (192,131,74). Sum of RGB (Red+Green+Blue) = 192+131+74=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0834A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0834A is #3F7CB5. Grayscale: #8F8F8F. Windows color (decimal): -4160694 or 4883392. OLE color: 4883392.

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

Color convert

RGB 192 131 74 -
CMYK 0 0.32 0.61 0.25
HSL 28.98º 0.48% 0.52% -
HSV(B) 28.98º 0.61% 0.75% -
XYZ 31.09 27.93 10.23 -
YUV 142.74 89.21 163.13 -
System Red Green Blue C M Y K H S L
Decimal 192 131 74 0 0.32 0.61 0.25 28.98 0.48 0.52
Hex C0 83 4A 0 20 3D 19 1D 30 34
Octal 300 203 112 0 40 75 31 35 60 64
Binary 11000000 10000011 1001010 0 100000 111101 11001 11101 110000 110100

Color Harmonies of #C0834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0834A

Black with #C0834A

Text Example


Text Example

White with #C0834A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0834A; }

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

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

background-color css

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

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

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

border-color css

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

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

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