Html Css Color HEX #C0804C Brandy Punch

📋 copy color: '#C0804C'

red 192 ◦ green 128 ◦ blue 76

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

Shades of Brandy Punch #C0804C

Tints of Brandy Punch #C0804C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.19%

R = 48.48%
G = 32.32%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0804C (or 0xC0804C) is known color: Brandy Punch. HEX triplet: C0, 80 and 4C. RGB value is (192,128,76). Sum of RGB (Red+Green+Blue) = 192+128+76=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C0804C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0804C is #3F7FB3. Grayscale: #8D8D8D. Windows color (decimal): -4161460 or 5013696. OLE color: 5013696.

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

Color convert

RGB 192 128 76 -
CMYK 0 0.33 0.60 0.25
HSL 26.9º 0.48% 0.53% -
HSV(B) 26.9º 0.6% 0.75% -
XYZ 30.76 27.17 10.46 -
YUV 141.21 91.2 164.23 -
System Red Green Blue C M Y K H S L
Decimal 192 128 76 0 0.33 0.60 0.25 26.9 0.48 0.53
Hex C0 80 4C 0 21 3C 19 1B 30 35
Octal 300 200 114 0 41 74 31 33 60 65
Binary 11000000 10000000 1001100 0 100001 111100 11001 11011 110000 110101

Color Harmonies of #C0804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0804C

Black with #C0804C

Text Example


Text Example

White with #C0804C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0804C; }

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

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

background-color css

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

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

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

border-color css

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

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

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