Html Css Color HEX #C0774A Brandy Punch

📋 copy color: '#C0774A'

red 192 ◦ green 119 ◦ blue 74

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

Shades of Brandy Punch #C0774A

Tints of Brandy Punch #C0774A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.91%

 BLUE value IS 74 (29.3% from 255) = 19.22%

R = 49.87%
G = 30.91%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0774A (or 0xC0774A) is known color: Brandy Punch. HEX triplet: C0, 77 and 4A. RGB value is (192,119,74). Sum of RGB (Red+Green+Blue) = 192+119+74=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0774A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0774A is #3F88B5. Grayscale: #878787. Windows color (decimal): -4163766 or 4880320. OLE color: 4880320.

HSL color Cylindrical-coordinate representation of color #C0774A: hue angle of 22.88º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0774A is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 119 74 -
CMYK 0 0.38 0.61 0.25
HSL 22.88º 0.48% 0.52% -
HSV(B) 22.88º 0.61% 0.75% -
XYZ 29.57 24.89 9.73 -
YUV 135.7 93.18 168.16 -
System Red Green Blue C M Y K H S L
Decimal 192 119 74 0 0.38 0.61 0.25 22.88 0.48 0.52
Hex C0 77 4A 0 26 3D 19 17 30 34
Octal 300 167 112 0 46 75 31 27 60 64
Binary 11000000 1110111 1001010 0 100110 111101 11001 10111 110000 110100

Color Harmonies of #C0774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0774A

Black with #C0774A

Text Example


Text Example

White with #C0774A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0774A; }

 p { color: rgb(192,119,74); }

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

background-color css

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

 a { background-color: rgb(192,119,74); }

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

border-color css

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

 span { border-color: rgb(192,119,74); }

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