Html Css Color HEX #C6824A Brandy Punch

📋 copy color: '#C6824A'

red 198 ◦ green 130 ◦ blue 74

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

Shades of Brandy Punch #C6824A

Tints of Brandy Punch #C6824A

RGB

 RED value IS 198 (77.73% from 255) = 49.25%

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

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

R = 49.25%
G = 32.34%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6824A (or 0xC6824A) is known color: Brandy Punch. HEX triplet: C6, 82 and 4A. RGB value is (198,130,74). Sum of RGB (Red+Green+Blue) = 198+130+74=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C6824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6824A is #397DB5. Grayscale: #909090. Windows color (decimal): -3767734 or 4883142. OLE color: 4883142.

HSL color Cylindrical-coordinate representation of color #C6824A: hue angle of 27.1º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6824A is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 130 74 -
CMYK 0 0.34 0.63 0.22
HSL 27.1º 0.52% 0.53% -
HSV(B) 27.1º 0.63% 0.78% -
XYZ 32.51 28.47 10.26 -
YUV 143.95 88.53 166.55 -
System Red Green Blue C M Y K H S L
Decimal 198 130 74 0 0.34 0.63 0.22 27.1 0.52 0.53
Hex C6 82 4A 0 22 3F 16 1B 34 35
Octal 306 202 112 0 42 77 26 33 64 65
Binary 11000110 10000010 1001010 0 100010 111111 10110 11011 110100 110101

Color Harmonies of #C6824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6824A

Black with #C6824A

Text Example


Text Example

White with #C6824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6824A; }

 p { color: rgb(198,130,74); }

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

background-color css

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

 a { background-color: rgb(198,130,74); }

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

border-color css

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

 span { border-color: rgb(198,130,74); }

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