Html Css Color HEX #C68040 Brandy Punch

📋 copy color: '#C68040'

red 198 ◦ green 128 ◦ blue 64

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

Shades of Brandy Punch #C68040

Tints of Brandy Punch #C68040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.41%

R = 50.77%
G = 32.82%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C68040 (or 0xC68040) is known color: Brandy Punch. HEX triplet: C6, 80 and 40. RGB value is (198,128,64). Sum of RGB (Red+Green+Blue) = 198+128+64=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C68040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68040 is #397FBF. Grayscale: #8D8D8D. Windows color (decimal): -3768256 or 4227270. OLE color: 4227270.

HSL color Cylindrical-coordinate representation of color #C68040: hue angle of 28.66º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C68040 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 128 64 -
CMYK 0 0.35 0.68 0.22
HSL 28.66º 0.54% 0.51% -
HSV(B) 28.66º 0.68% 0.78% -
XYZ 31.93 27.81 8.54 -
YUV 141.63 84.19 168.2 -
System Red Green Blue C M Y K H S L
Decimal 198 128 64 0 0.35 0.68 0.22 28.66 0.54 0.51
Hex C6 80 40 0 23 44 16 1D 36 33
Octal 306 200 100 0 43 104 26 35 66 63
Binary 11000110 10000000 1000000 0 100011 1000100 10110 11101 110110 110011

Color Harmonies of #C68040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68040

Black with #C68040

Text Example


Text Example

White with #C68040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68040; }

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

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

background-color css

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

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

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

border-color css

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

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

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