Html Css Color HEX #C68049 Brandy Punch

📋 copy color: '#C68049'

red 198 ◦ green 128 ◦ blue 73

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

Shades of Brandy Punch #C68049

Tints of Brandy Punch #C68049

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.08%

 BLUE value IS 73 (28.91% from 255) = 18.3%

R = 49.62%
G = 32.08%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C68049 (or 0xC68049) is known color: Brandy Punch. HEX triplet: C6, 80 and 49. RGB value is (198,128,73). Sum of RGB (Red+Green+Blue) = 198+128+73=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C68049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68049 is #397FB6. Grayscale: #8E8E8E. Windows color (decimal): -3768247 or 4817094. OLE color: 4817094.

HSL color Cylindrical-coordinate representation of color #C68049: hue angle of 26.4º 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 #C68049 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 128 73 -
CMYK 0 0.35 0.63 0.22
HSL 26.4º 0.52% 0.53% -
HSV(B) 26.4º 0.63% 0.78% -
XYZ 32.21 27.93 10 -
YUV 142.66 88.69 167.47 -
System Red Green Blue C M Y K H S L
Decimal 198 128 73 0 0.35 0.63 0.22 26.4 0.52 0.53
Hex C6 80 49 0 23 3F 16 1A 34 35
Octal 306 200 111 0 43 77 26 32 64 65
Binary 11000110 10000000 1001001 0 100011 111111 10110 11010 110100 110101

Color Harmonies of #C68049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68049

Black with #C68049

Text Example


Text Example

White with #C68049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68049; }

 p { color: rgb(198,128,73); }

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

background-color css

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

 a { background-color: rgb(198,128,73); }

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

border-color css

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

 span { border-color: rgb(198,128,73); }

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