Html Css Color HEX #C0773C Brandy Punch

📋 copy color: '#C0773C'

red 192 ◦ green 119 ◦ blue 60

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

Shades of Brandy Punch #C0773C

Tints of Brandy Punch #C0773C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.17%

R = 51.75%
G = 32.08%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0773C (or 0xC0773C) is known color: Brandy Punch. HEX triplet: C0, 77 and 3C. RGB value is (192,119,60). Sum of RGB (Red+Green+Blue) = 192+119+60=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0773C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0773C is #3F88C3. Grayscale: #868686. Windows color (decimal): -4163780 or 3962816. OLE color: 3962816.

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

Color convert

RGB 192 119 60 -
CMYK 0 0.38 0.69 0.25
HSL 26.82º 0.52% 0.49% -
HSV(B) 26.82º 0.69% 0.75% -
XYZ 29.15 24.73 7.51 -
YUV 134.1 86.18 169.3 -
System Red Green Blue C M Y K H S L
Decimal 192 119 60 0 0.38 0.69 0.25 26.82 0.52 0.49
Hex C0 77 3C 0 26 45 19 1B 34 31
Octal 300 167 74 0 46 105 31 33 64 61
Binary 11000000 1110111 111100 0 100110 1000101 11001 11011 110100 110001

Color Harmonies of #C0773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0773C

Black with #C0773C

Text Example


Text Example

White with #C0773C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0773C; }

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

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

background-color css

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

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

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

border-color css

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

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

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