Html Css Color HEX #C0824E Brandy Punch

📋 copy color: '#C0824E'

red 192 ◦ green 130 ◦ blue 78

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

Shades of Brandy Punch #C0824E

Tints of Brandy Punch #C0824E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.5%

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

R = 48%
G = 32.5%
B = 19.5%

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

#C0824E (or 0xC0824E) is known color: Brandy Punch. HEX triplet: C0, 82 and 4E. RGB value is (192,130,78). Sum of RGB (Red+Green+Blue) = 192+130+78=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0824E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0824E is #3F7DB1. Grayscale: #8E8E8E. Windows color (decimal): -4160946 or 5145280. OLE color: 5145280.

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

Color convert

RGB 192 130 78 -
CMYK 0 0.32 0.59 0.25
HSL 27.37º 0.48% 0.53% -
HSV(B) 27.37º 0.59% 0.75% -
XYZ 31.1 27.72 10.92 -
YUV 142.61 91.54 163.23 -
System Red Green Blue C M Y K H S L
Decimal 192 130 78 0 0.32 0.59 0.25 27.37 0.48 0.53
Hex C0 82 4E 0 20 3B 19 1B 30 35
Octal 300 202 116 0 40 73 31 33 60 65
Binary 11000000 10000010 1001110 0 100000 111011 11001 11011 110000 110101

Color Harmonies of #C0824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0824E

Black with #C0824E

Text Example


Text Example

White with #C0824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0824E; }

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

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

background-color css

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

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

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

border-color css

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

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

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