Html Css Color HEX #C0834E Brandy Punch

📋 copy color: '#C0834E'

red 192 ◦ green 131 ◦ blue 78

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

Shades of Brandy Punch #C0834E

Tints of Brandy Punch #C0834E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.45%

R = 47.88%
G = 32.67%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0834E (or 0xC0834E) is known color: Brandy Punch. HEX triplet: C0, 83 and 4E. RGB value is (192,131,78). Sum of RGB (Red+Green+Blue) = 192+131+78=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0834E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0834E is #3F7CB1. Grayscale: #8F8F8F. Windows color (decimal): -4160690 or 5145536. OLE color: 5145536.

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

Color convert

RGB 192 131 78 -
CMYK 0 0.32 0.59 0.25
HSL 27.89º 0.48% 0.53% -
HSV(B) 27.89º 0.59% 0.75% -
XYZ 31.23 27.99 10.96 -
YUV 143.2 91.21 162.81 -
System Red Green Blue C M Y K H S L
Decimal 192 131 78 0 0.32 0.59 0.25 27.89 0.48 0.53
Hex C0 83 4E 0 20 3B 19 1C 30 35
Octal 300 203 116 0 40 73 31 34 60 65
Binary 11000000 10000011 1001110 0 100000 111011 11001 11100 110000 110101

Color Harmonies of #C0834E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0834E

Black with #C0834E

Text Example


Text Example

White with #C0834E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0834E; }

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

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

background-color css

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

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

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

border-color css

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

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

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