Html Css Color HEX #C08040 Brandy Punch

📋 copy color: '#C08040'

red 192 ◦ green 128 ◦ blue 64

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

Shades of Brandy Punch #C08040

Tints of Brandy Punch #C08040

RGB

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

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

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

R = 50%
G = 33.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C08040 (or 0xC08040) is known color: Brandy Punch. HEX triplet: C0, 80 and 40. RGB value is (192,128,64). Sum of RGB (Red+Green+Blue) = 192+128+64=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C08040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08040 is #3F7FBF. Grayscale: #8C8C8C. Windows color (decimal): -4161472 or 4227264. OLE color: 4227264.

HSL color Cylindrical-coordinate representation of color #C08040: hue angle of 30º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C08040 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 128 64 -
CMYK 0 0.33 0.67 0.25
HSL 30º 0.5% 0.5% -
HSV(B) 30º 0.67% 0.75% -
XYZ 30.38 27.01 8.46 -
YUV 139.84 85.2 165.2 -
System Red Green Blue C M Y K H S L
Decimal 192 128 64 0 0.33 0.67 0.25 30 0.5 0.5
Hex C0 80 40 0 21 43 19 1E 32 32
Octal 300 200 100 0 41 103 31 36 62 62
Binary 11000000 10000000 1000000 0 100001 1000011 11001 11110 110010 110010

Color Harmonies of #C08040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08040

Black with #C08040

Text Example


Text Example

White with #C08040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08040; }

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

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

background-color css

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

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

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

border-color css

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

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

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