Html Css Color HEX #C0784C Brandy Punch

📋 copy color: '#C0784C'

red 192 ◦ green 120 ◦ blue 76

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

Shades of Brandy Punch #C0784C

Tints of Brandy Punch #C0784C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.93%

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

R = 49.48%
G = 30.93%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0784C (or 0xC0784C) is known color: Brandy Punch. HEX triplet: C0, 78 and 4C. RGB value is (192,120,76). Sum of RGB (Red+Green+Blue) = 192+120+76=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C0784C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0784C is #3F87B3. Grayscale: #888888. Windows color (decimal): -4163508 or 5011648. OLE color: 5011648.

HSL color Cylindrical-coordinate representation of color #C0784C: hue angle of 22.76º 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 #C0784C is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 120 76 -
CMYK 0 0.38 0.60 0.25
HSL 22.76º 0.48% 0.53% -
HSV(B) 22.76º 0.6% 0.75% -
XYZ 29.76 25.16 10.13 -
YUV 136.51 93.85 167.58 -
System Red Green Blue C M Y K H S L
Decimal 192 120 76 0 0.38 0.60 0.25 22.76 0.48 0.53
Hex C0 78 4C 0 26 3C 19 17 30 35
Octal 300 170 114 0 46 74 31 27 60 65
Binary 11000000 1111000 1001100 0 100110 111100 11001 10111 110000 110101

Color Harmonies of #C0784C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0784C

Black with #C0784C

Text Example


Text Example

White with #C0784C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0784C; }

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

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

background-color css

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

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

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

border-color css

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

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

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