Html Css Color HEX #C0774C Brandy Punch

📋 copy color: '#C0774C'

red 192 ◦ green 119 ◦ blue 76

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

Shades of Brandy Punch #C0774C

Tints of Brandy Punch #C0774C

RGB

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

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

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

R = 49.61%
G = 30.75%
B = 19.64%

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

#C0774C (or 0xC0774C) is known color: Brandy Punch. HEX triplet: C0, 77 and 4C. RGB value is (192,119,76). Sum of RGB (Red+Green+Blue) = 192+119+76=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0774C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0774C is #3F88B3. Grayscale: #888888. Windows color (decimal): -4163764 or 5011392. OLE color: 5011392.

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

Color convert

RGB 192 119 76 -
CMYK 0 0.38 0.60 0.25
HSL 22.24º 0.48% 0.53% -
HSV(B) 22.24º 0.6% 0.75% -
XYZ 29.64 24.92 10.09 -
YUV 135.93 94.18 168 -
System Red Green Blue C M Y K H S L
Decimal 192 119 76 0 0.38 0.60 0.25 22.24 0.48 0.53
Hex C0 77 4C 0 26 3C 19 16 30 35
Octal 300 167 114 0 46 74 31 26 60 65
Binary 11000000 1110111 1001100 0 100110 111100 11001 10110 110000 110101

Color Harmonies of #C0774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0774C

Black with #C0774C

Text Example


Text Example

White with #C0774C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0774C; }

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

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

background-color css

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

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

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

border-color css

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

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

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